diff --git a/ChangeLog b/ChangeLog index c87bd989c..480f15fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2021-02-18 Nicolas Weeger + * python/items/death_punisher.py: Let monsters be killed. + 2021-02-16 Daniel Hawkins * mavar_city/troll_canyon/troll_canyon.7: Apply damage boost to large club of Troll Canyon to reflect improvements to the regular large club. Damage 25 -> 35. diff --git a/python/items/death_punisher.py b/python/items/death_punisher.py index 3d118994f..ef3879429 100644 --- a/python/items/death_punisher.py +++ b/python/items/death_punisher.py @@ -42,6 +42,5 @@ def handle_death(): if found != None: found.Say("You are going to pay!") - Crossfire.SetReturnValue(1) handle_death()