laserdome: miscellaneous additions

multimode lasertag guns with multihit rules, non-rotating mannequins, and new laserdome-specific gear lockers
This commit is contained in:
Killian
2023-10-10 09:32:30 +01:00
parent d90c7f5771
commit 6cafbe5dce
7 changed files with 143 additions and 173 deletions
@@ -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)