mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge pull request #13881 from KorPhaeron/nest_fix
Simple animals tell their nest when they die
This commit is contained in:
@@ -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>")
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user