This commit is contained in:
SandPoot
2024-03-30 18:29:11 -03:00
parent 27d912aed3
commit ffe55f67b1
9 changed files with 34 additions and 33 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ own integrity back to max. Shield is automatically dropped if we run out of powe
/obj/durand_shield/proc/activate(datum/source, mob/owner, list/signal_args)
SIGNAL_HANDLER
currentuser = owner
if(!chassis?.occupants)
if(!LAZYLEN(chassis?.occupants))
return
if(switching && !signal_args[1])
return