Changes simple_animal/Die() to use death from mob/living instead.
This commit is contained in:
Boop
2014-06-16 23:30:37 +01:00
parent 7a4d0f873d
commit 07a6ad4897
19 changed files with 25 additions and 27 deletions

View File

@@ -57,7 +57,7 @@
factory.spores += src
..(loc)
return
Die()
death()
..()
if(factory)
factory.spores -= src