mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-11 08:06:33 +01:00
basicmobs that qdel on death ghost before qdel (#78931)
## About The Pull Request  ## Why It's Good For The Game its faster i think ## Changelog 🆑 code: basicmobs that delete on death, ghost before dying /🆑
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
/mob/living/basic/death(gibbed)
|
||||
. = ..()
|
||||
if(basic_mob_flags & DEL_ON_DEATH)
|
||||
ghostize(can_reenter_corpse = FALSE)
|
||||
qdel(src)
|
||||
else
|
||||
health = 0
|
||||
|
||||
Reference in New Issue
Block a user