Let monsters be killed.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@21985 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6095f9f4ae
commit
78e2a9e5a2
|
@ -1,3 +1,6 @@
|
||||||
|
2021-02-18 Nicolas Weeger
|
||||||
|
* python/items/death_punisher.py: Let monsters be killed.
|
||||||
|
|
||||||
2021-02-16 Daniel Hawkins
|
2021-02-16 Daniel Hawkins
|
||||||
* mavar_city/troll_canyon/troll_canyon.7: Apply damage boost to large club of Troll Canyon to reflect improvements
|
* 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.
|
to the regular large club. Damage 25 -> 35.
|
||||||
|
|
|
@ -42,6 +42,5 @@ def handle_death():
|
||||||
|
|
||||||
if found != None:
|
if found != None:
|
||||||
found.Say("You are going to pay!")
|
found.Say("You are going to pay!")
|
||||||
Crossfire.SetReturnValue(1)
|
|
||||||
|
|
||||||
handle_death()
|
handle_death()
|
||||||
|
|
Loading…
Reference in New Issue