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:
Kashargul
2025-08-31 01:32:36 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent 1cb38c22ec
commit e956d13a6b
313 changed files with 193679 additions and 12007 deletions
@@ -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
+1 -1
View File
@@ -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