Merge pull request #3760 from Citadel-Station-13/upstream-merge-32290
[MIRROR] fixes being able to recharge an object with an inducer while inside the object
This commit is contained in:
@@ -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