fixes inducers working from inside things (#32290)

This commit is contained in:
kevinz000
2017-11-02 02:15:00 -07:00
committed by duncathan salt
parent 389e29ae91
commit 84451478eb
+2
View File
@@ -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