From 78e2a9e5a2b86e40e492fd5bbb0dddeda4e411e5 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Thu, 18 Feb 2021 21:18:28 +0000 Subject: [PATCH] Let monsters be killed. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21985 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 3 +++ python/items/death_punisher.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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()