Spaces:
No application file
No application file
player's burning just for a short while
Browse files
cubzh.lua
CHANGED
@@ -215,6 +215,11 @@ local skills = {
|
|
215 |
f:SetParent(Player)
|
216 |
|
217 |
dialog:create("Now You are burning!", npc.avatar.Head)
|
|
|
|
|
|
|
|
|
|
|
218 |
end,
|
219 |
action_format_str = "{protagonist_name} on mystic fire for a while!"
|
220 |
},
|
|
|
215 |
f:SetParent(Player)
|
216 |
|
217 |
dialog:create("Now You are burning!", npc.avatar.Head)
|
218 |
+
|
219 |
+
Timer(30, function()
|
220 |
+
dialog:create("Aaaaach... That was refreshing!", Player.avatar.Head)
|
221 |
+
Player:RemoveChild(f)
|
222 |
+
end)
|
223 |
end,
|
224 |
action_format_str = "{protagonist_name} on mystic fire for a while!"
|
225 |
},
|