Update cubzh.lua
Browse files
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 = "
|
139 |
-
description = "
|
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",
|