[MIRROR] The Great Lasertag Update (#11942)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-11-08 03:28:38 -07:00
committed by GitHub
parent c00a4b2acd
commit b12ada9231
25 changed files with 560 additions and 243 deletions

View File

@@ -78,7 +78,10 @@
starts_with = list(
/obj/item/gun/energy/lasertag/red = 5,
/obj/item/clothing/suit/redtag = 5)
/obj/item/clothing/suit/lasertag/redtag = 5,
/obj/item/lasertagknife/red = 5,
/obj/item/mine/lasertag/all = 5,
/obj/item/mine/lasertag/red = 5)
/obj/structure/closet/lasertag/blue
@@ -88,7 +91,22 @@
starts_with = list(
/obj/item/gun/energy/lasertag/blue = 5,
/obj/item/clothing/suit/bluetag = 5)
/obj/item/clothing/suit/lasertag/bluetag = 5,
/obj/item/lasertagknife/blue = 5,
/obj/item/mine/lasertag/all = 5,
/obj/item/mine/lasertag/blue = 5)
/obj/structure/closet/lasertag/omni
name = "unniversal laser tag equipment"
desc = "It's a storage unit for laser tag equipment."
closet_appearance = /decl/closet_appearance/wardrobe/purple
starts_with = list(
/obj/item/gun/energy/lasertag/omni = 5,
/obj/item/clothing/suit/lasertag/omni = 5,
/obj/item/lasertagknife = 5,
/obj/item/mine/lasertag/all = 5,
/obj/item/mine/lasertag/omni = 5)
/obj/structure/closet/lasertag/red/laserdome
name = "red team laserdome equipment"
@@ -101,7 +119,8 @@
/obj/item/clothing/under/color/red = 3,
/obj/item/gun/energy/lasertag/red = 3,
/obj/item/clothing/head/redtag = 3,
/obj/item/clothing/suit/redtag = 3)
/obj/item/clothing/suit/lasertag/redtag = 3,
/obj/item/lasertagknife/red = 3)
/obj/structure/closet/lasertag/blue/laserdome
name = "blue team laserdome equipment"
@@ -114,4 +133,5 @@
/obj/item/clothing/under/color/blue = 3,
/obj/item/gun/energy/lasertag/blue = 3,
/obj/item/clothing/head/bluetag = 3,
/obj/item/clothing/suit/bluetag = 3)
/obj/item/clothing/suit/lasertag/bluetag = 3,
/obj/item/lasertagknife/blue = 3)

View File

@@ -70,6 +70,11 @@
desc = "A hefty wooden crate displaying the logo of Donk-Soft. It's rather heavy."
starts_with = list(/obj/machinery/vending/donksoft)
/obj/structure/largecrate/lasertag_turrets
name = "lasertag turret crate"
desc = "A hefty wooden crate displaying the logo of Laz-co. It's rather heavy."
starts_with = list(/obj/machinery/porta_turret/lasertag/blue, /obj/machinery/porta_turret/lasertag/red, /obj/machinery/porta_turret/lasertag/omni)
/obj/structure/largecrate/vehicle
name = "vehicle crate"
desc = "Wulf Aeronautics says it comes in a box for the consumer's sake... How is this so light?"