[s] Fixes altclick exploits
This commit is contained in:
committed by
CitadelStationBot
parent
7f7bea7468
commit
f4685cfe01
@@ -24,7 +24,7 @@
|
||||
armor = list(melee = 50, bullet = 70, laser = 70, energy = 100, bomb = 10, bio = 100, rad = 100, fire = 0, acid = 0)
|
||||
|
||||
/obj/item/device/electronic_assembly/proc/check_interactivity(mob/user)
|
||||
return user.canUseTopic(src,be_close = TRUE)
|
||||
return user.canUseTopic(src, BE_CLOSE)
|
||||
|
||||
|
||||
/obj/item/device/electronic_assembly/Initialize()
|
||||
|
||||
Reference in New Issue
Block a user