More hard dels tracking (#37654)

This commit is contained in:
ShiftyRail
2025-06-02 13:48:03 +01:00
committed by GitHub
parent 1c0bc3a4de
commit 04374cc2c2
9 changed files with 35 additions and 9 deletions

View File

@@ -26,6 +26,11 @@
if(addicted_chems)
QDEL_NULL(addicted_chems)
var/datum/gamemode/dynamic/dyn_mode = ticker.mode
if (istype(dyn_mode))
dyn_mode.living_players -= src
. = ..()
/mob/living/examine(var/mob/user, var/size = "", var/show_name = TRUE, var/show_icon = TRUE) //Show the mob's size and whether it's been butchered