mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Enforces adjacency on wall rechargers (#7664)
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