fixes inducers working from inside things (#32290)
This commit is contained in:
committed by
CitadelStationBot
parent
673b784f17
commit
82e1d1ac35
@@ -96,6 +96,8 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/inducer/proc/recharge(atom/movable/A, mob/user)
|
||||
if(!isturf(A) && user.loc == A)
|
||||
return FALSE
|
||||
if(recharging)
|
||||
return TRUE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user