mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Merge pull request #15424 from KillianKirilenko/kk-laserdome
Redgate Laserdome
This commit is contained in:
@@ -127,4 +127,8 @@
|
||||
channels = list("Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)
|
||||
|
||||
/obj/item/device/encryptionkey/omni //Literally only for the admin intercoms
|
||||
channels = list("Mercenary" = 1, "Raider" = 1, "Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)
|
||||
channels = list("Mercenary" = 1, "Raider" = 1, "Response Team" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1)
|
||||
|
||||
/obj/item/device/encryptionkey/ent
|
||||
name = "entertainment encryption key"
|
||||
channels = list("Entertainment" = 1)
|
||||
|
||||
@@ -21,6 +21,8 @@
|
||||
|
||||
var/show_examine = TRUE // Does this pop up on a mob when the mob is examined?
|
||||
|
||||
var/redgate_allowed = TRUE //can we be taken through the redgate, in either direction?
|
||||
|
||||
/obj/Destroy()
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
|
||||
|
||||
@@ -92,3 +92,29 @@
|
||||
starts_with = list(
|
||||
/obj/item/weapon/gun/energy/lasertag/blue = 5,
|
||||
/obj/item/clothing/suit/bluetag = 5)
|
||||
|
||||
/obj/structure/closet/lasertag/red/laserdome
|
||||
name = "red team laserdome equipment"
|
||||
desc = "It's a storage unit for laser tag equipment."
|
||||
closet_appearance = /decl/closet_appearance/wardrobe/red
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/device/encryptionkey/ent = 3,
|
||||
/obj/item/clothing/gloves/bluespace = 3,
|
||||
/obj/item/clothing/under/color/red = 3,
|
||||
/obj/item/weapon/gun/energy/lasertag/red = 3,
|
||||
/obj/item/clothing/head/redtag = 3,
|
||||
/obj/item/clothing/suit/redtag = 3)
|
||||
|
||||
/obj/structure/closet/lasertag/blue/laserdome
|
||||
name = "blue team laserdome equipment"
|
||||
desc = "It's a storage unit for laser tag equipment."
|
||||
closet_appearance = /decl/closet_appearance/wardrobe/blue
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/device/encryptionkey/ent = 3,
|
||||
/obj/item/clothing/gloves/bluespace = 3,
|
||||
/obj/item/clothing/under/color/blue = 3,
|
||||
/obj/item/weapon/gun/energy/lasertag/blue = 3,
|
||||
/obj/item/clothing/head/bluetag = 3,
|
||||
/obj/item/clothing/suit/bluetag = 3)
|
||||
|
||||
Reference in New Issue
Block a user