mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Adds access restrictions to the rd console (#7759)
This commit is contained in:
@@ -778,4 +778,4 @@
|
||||
|
||||
/obj/item/storage/box/fountainpens
|
||||
name = "box of fountain pens"
|
||||
starts_with = list(/obj/item/pen/fountain = 7)
|
||||
starts_with = list(/obj/item/pen/fountain = 7)
|
||||
@@ -966,4 +966,4 @@
|
||||
slot_flags = SLOT_GLOVES
|
||||
gender = NEUTER
|
||||
drop_sound = 'sound/items/drop/ring.ogg'
|
||||
var/undergloves = 1
|
||||
var/undergloves = 1
|
||||
@@ -317,4 +317,4 @@
|
||||
icon_state = initial(icon_state)
|
||||
to_chat(user, "You flip up the pilot visor.")
|
||||
update_clothing_icon()
|
||||
user.update_action_buttons()
|
||||
user.update_action_buttons()
|
||||
@@ -65,4 +65,4 @@
|
||||
name = "rudos mask"
|
||||
desc = "Worn by robust fighters who are willing to do anything to win."
|
||||
icon_state = "luchar"
|
||||
item_state = "luchar"
|
||||
item_state = "luchar"
|
||||
@@ -118,4 +118,4 @@
|
||||
icon_state = "fullgas"
|
||||
item_state = "fullgas"
|
||||
w_class = 2.0
|
||||
armor = list(melee = 25, bullet = 10, laser = 25, energy = 25, bomb = 0, bio = 50, rad = 15)
|
||||
armor = list(melee = 25, bullet = 10, laser = 25, energy = 25, bomb = 0, bio = 50, rad = 15)
|
||||
@@ -532,7 +532,7 @@
|
||||
allowed = list(/obj/item/gun/projectile, /obj/item/gun/energy, /obj/item/gun/launcher, /obj/item/melee, /obj/item/reagent_containers/spray/pepper, /obj/item/ammo_magazine, /obj/item/ammo_casing, /obj/item/melee/baton, /obj/item/handcuffs, /obj/item/device/flashlight)
|
||||
armor = list(melee = 65, bullet = 30, laser = 50, energy = 10, bomb = 25, bio = 0, rad = 0)
|
||||
siemens_coefficient = 0.35
|
||||
|
||||
|
||||
/obj/item/clothing/suit/storage/vest/legion
|
||||
name = "foreign legion armored suit"
|
||||
desc = "A set of cheap composite armor with elbow guards, shoulder and knee pads."
|
||||
|
||||
@@ -804,3 +804,4 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
/obj/machinery/computer/rdconsole/core
|
||||
name = "Core R&D Console"
|
||||
id = 1
|
||||
req_access = list(access_tox) //so scientists and lab assistants can use it
|
||||
Reference in New Issue
Block a user