Spaces:
PickMyNick
/
No application file

PickMyNick commited on
Commit
232cc1e
·
verified ·
1 Parent(s): 0af8091

fixes burning

Browse files
Files changed (1) hide show
  1. cubzh.lua +2 -2
cubzh.lua CHANGED
@@ -5,7 +5,7 @@ Modules = {
5
  pathfinding = "github.com/caillef/cubzh-library/pathfinding:5f9c6bd",
6
  floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
7
  easy_onboarding = "github.com/caillef/cubzh-library/easy_onboarding:77728ee",
8
- Fire = "github.com/aduermael/modzh/fire"
9
  }
10
 
11
  Config = {
@@ -207,7 +207,7 @@ local skills = {
207
  if not npc then print("Can't find npc") return end
208
 
209
  f = fire:create()
210
- f:SetParent(Player)
211
 
212
  dialog:create("Now I'm burning!", npc.avatar.Head)
213
  end,
 
5
  pathfinding = "github.com/caillef/cubzh-library/pathfinding:5f9c6bd",
6
  floating_island_generator = "github.com/caillef/cubzh-library/floating_island_generator:82d22a5",
7
  easy_onboarding = "github.com/caillef/cubzh-library/easy_onboarding:77728ee",
8
+ fire = "github.com/aduermael/modzh/fire"
9
  }
10
 
11
  Config = {
 
207
  if not npc then print("Can't find npc") return end
208
 
209
  f = fire:create()
210
+ f:SetParent(npc)
211
 
212
  dialog:create("Now I'm burning!", npc.avatar.Head)
213
  end,