mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes #5270
Changes simple_animal/Die() to use death from mob/living instead.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
factory.spores += src
|
||||
..(loc)
|
||||
return
|
||||
Die()
|
||||
death()
|
||||
..()
|
||||
if(factory)
|
||||
factory.spores -= src
|
||||
|
||||
Reference in New Issue
Block a user