This commit is contained in:
Desolate
2018-10-11 16:26:06 -05:00
parent f7627d2fcb
commit 46dd98f4e0
2 changed files with 0 additions and 671 deletions
@@ -1,15 +0,0 @@
/mob/living/carbon/alien/larva/death(gibbed)
if(stat == DEAD) return
if(healths) healths.icon_state = "health6"
stat = DEAD
icon_state = "larva_dead"
if(!gibbed)
visible_message("<span class='name'>[src]</span> lets out a waning high-pitched cry.")
update_canmove()
timeofdeath = world.time
if(mind) mind.store_memory("Time of death: [station_time_timestamp("hh:mm:ss", timeofdeath)]", 0)
GLOB.living_mob_list -= src
return ..(gibbed)