ignore light recalc in shuttles and elevators (#17448)

* ignore light recalc in shuttles and elevators

* .

* Update turf_changing.dm

* Update turf_changing.dm

* Update turf_changing.dm

* bunch of isturf fixes

* fix it

* inline safe
This commit is contained in:
Kashargul
2025-03-30 22:21:29 +02:00
committed by GitHub
parent 5828c866d8
commit 2b80c0955c
13 changed files with 28 additions and 32 deletions
@@ -258,9 +258,9 @@
var/mob/living/carbon/human/hume
/obj/item/cell/standin/Initialize(mapload, var/mob/living/carbon/human/H)
. = ..()
if(!istype(H))
return INITIALIZE_HINT_QDEL
. = ..()
hume = H
charge = H.nutrition
maxcharge = initial(H.nutrition)