Enforces adjacency on wall rechargers (#7664)

This commit is contained in:
Atermonera
2020-09-18 23:32:09 -04:00
committed by VirgoBot
parent 7ead858a9a
commit d8ed4f88c7
+2
View File
@@ -93,6 +93,8 @@
return
/obj/machinery/recharger/attack_hand(mob/user as mob)
if(!Adjacent(user))
return FALSE
add_fingerprint(user)
if(charging)