Let monsters be killed.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21985 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2021-02-18 21:18:28 +00:00
parent 6095f9f4ae
commit 78e2a9e5a2
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -42,6 +42,5 @@ def handle_death():
if found != None:
found.Say("You are going to pay!")
Crossfire.SetReturnValue(1)
handle_death()