mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Fixed a bunch of hard dels (#32186)
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
qdel(immune_system)
|
||||
immune_system = null
|
||||
|
||||
if(addicted_chems)
|
||||
qdel(addicted_chems)
|
||||
addicted_chems = null
|
||||
. = ..()
|
||||
|
||||
/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