Skip to content
Snippets Groups Projects
Commit 74634519 authored by DarkGod's avatar DarkGod
Browse files

paranoia

parent 2257b3c0
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ newEntity{ define_as = "GOLBUG",
-- Add the herald, at the end of tick because we might have changed levels (like with a Demon Plane spell)
game:onTickEnd(function()
local harno = game.zone:makeEntityByName(game.level, "actor", "HARNO")
game.zone:addEntity(game.level, harno, "actor", 0, 13)
if harno then game.zone:addEntity(game.level, harno, "actor", 0, 13) end
end)
end,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment