Adds access restrictions to the rd console (#7759)

This commit is contained in:
Alberyk
2019-12-24 18:03:00 +01:00
committed by Werner
parent 9971791bd8
commit 1e5e57a79d
8 changed files with 13 additions and 6 deletions
@@ -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)
+1 -1
View File
@@ -966,4 +966,4 @@
slot_flags = SLOT_GLOVES
gender = NEUTER
drop_sound = 'sound/items/drop/ring.ogg'
var/undergloves = 1
var/undergloves = 1
+1 -1
View File
@@ -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()
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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."
+1
View File
@@ -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