Merge pull request #13881 from KorPhaeron/nest_fix

Simple animals tell their nest when they die
This commit is contained in:
tkdrg
2015-12-22 15:04:31 -03:00
@@ -394,6 +394,9 @@
icon_state = icon_dead
stat = DEAD
density = 0
if(nest)
nest.spawned_mobs -= src
nest = null
if(!gibbed)
visible_message("<span class='danger'>\the [src] stops moving...</span>")
..()