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

Merge branch 'keepsake_more_like_keep_erroring_out' into 'master'

Keepsake more like keep erroring out

Yeah. Take that, silly quest.
parents ae8b84b8 b4650bfc
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ on_start_dream = function(self, who)
game:playSound("ambient/forest/wind1")
-- make yourself immortal
who.old_die = who.die
who.old_die = rawget(who, "die")
who.die = function(self)
local old_heal_factor = healing_factor
self.healing_factor = 1
......
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