mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Merge pull request #9045 from VOREStation/upstream-merge-7664
[MIRROR] Enforces adjacency on wall rechargers
This commit is contained in:
@@ -93,6 +93,8 @@
|
||||
return
|
||||
|
||||
/obj/machinery/recharger/attack_hand(mob/user as mob)
|
||||
if(!Adjacent(user))
|
||||
return FALSE
|
||||
add_fingerprint(user)
|
||||
|
||||
if(charging)
|
||||
|
||||
Reference in New Issue
Block a user