Skip to content
Snippets Groups Projects
Commit c352c52c authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Fixed wife's dream not spawning wife on 2nd+ tiems during game session.

parent fb397b15
No related branches found
No related tags found
1 merge request!121Wife dream fix
......@@ -77,7 +77,7 @@ newEntity{
if e.define_as == "ILLUSION_YEEK" then nb = nb + 1 end
end
if self.is_wife or nb <= 1 then
m = game.zone.npc_list.WIFE
m = game.zone.npc_list.WIFE:clone()
else
local list = require("mod.class.NPC"):loadList("/data/general/npcs/ghoul.lua")
m = list.GHOUL:clone()
......
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