mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
fixes inducers working from inside things (#32290)
This commit is contained in:
committed by
duncathan salt
parent
389e29ae91
commit
84451478eb
@@ -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