mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
More hard dels tracking (#37654)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user