Spaces:
No application file
No application file
fixes burning
Browse files
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 |
-
|
| 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(
|
| 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,
|