Trist4x commited on
Commit
c690fbf
·
verified ·
1 Parent(s): 1eabe7b

Update cubzh.lua

Browse files
Files changed (1) hide show
  1. cubzh.lua +3 -3
cubzh.lua CHANGED
@@ -135,8 +135,8 @@ local skills = {
135
  action_format_str = "{protagonist_name} followed {target_name} for a while.",
136
  },
137
  {
138
- name = "EXPLODE",
139
- description = "Explodes in a fireball - Hell yeah!",
140
  parameter_types = { "character" },
141
  callback = function(client, action)
142
  local npc = client:getNpc(action.character_id)
@@ -153,7 +153,7 @@ local skills = {
153
  npc.avatar.IsHidden = false
154
  end)
155
  end,
156
- action_format_str = "{protagonist_name} exploded!",
157
  },--[[
158
  {
159
  name = "GIVEAPPLE",
 
135
  action_format_str = "{protagonist_name} followed {target_name} for a while.",
136
  },
137
  {
138
+ name = "FIRECRACKER",
139
+ description = "Perform a fun, harmless little explosion to make people laugh!",
140
  parameter_types = { "character" },
141
  callback = function(client, action)
142
  local npc = client:getNpc(action.character_id)
 
153
  npc.avatar.IsHidden = false
154
  end)
155
  end,
156
+ action_format_str = "{protagonist_name} exploded like a firecracker, with a bang!",
157
  },--[[
158
  {
159
  name = "GIVEAPPLE",