mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
jobs, access and radio to defines (#18297)
* jobs, access and radio to defines * . * . * urg * . * . * finish the radio freqs * why * . * . * ticker initial * eh --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
1cb38c22ec
commit
e956d13a6b
@@ -132,7 +132,7 @@
|
||||
list(mode_name="electrode", projectile_type=/obj/item/projectile/energy/electrode/strong, modifystate="zap", charge_cost = 800),
|
||||
)
|
||||
|
||||
req_access = list(access_armory) //for toggling safety
|
||||
req_access = list(ACCESS_ARMORY) //for toggling safety
|
||||
var/locked = 1
|
||||
var/lockable = 1
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* Gun Locking Mechanism
|
||||
*/
|
||||
/obj/item/gun/energy/locked
|
||||
req_access = list(access_armory) //for toggling safety
|
||||
req_access = list(ACCESS_ARMORY) //for toggling safety
|
||||
var/locked = 1
|
||||
var/lockable = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user