Spaces:
PickMyNick
/
No application file

PickMyNick commited on
Commit
502141b
·
verified ·
1 Parent(s): af56275

player's burning just for a short while

Browse files
Files changed (1) hide show
  1. cubzh.lua +5 -0
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
  },