mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[MIRROR] jobs, access and radio to defines (#11546)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
b3ad80a7f9
commit
89704592dd
@@ -134,7 +134,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
|
||||
|
||||
|
||||
@@ -82,7 +82,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