Skip to content

Commit

Permalink
Laser tag vendor (#5058)
Browse files Browse the repository at this point in the history
Adds all 4 colors of laser tag guns and accessories to the Toys 4 Us vendor in the lonestar lobby.
  • Loading branch information
LongSleeves authored Feb 20, 2024
1 parent 5a5b39c commit b5bc774
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions code/game/machinery/vendor/cloathing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,34 @@
/obj/item/toy/badtothebone = 5,
/obj/item/storage/box/snappops = 5,
/obj/item/toy/weapon/waterflower = 5,
// Red Plasma tag
/obj/item/gun/energy/lasertag/red = 5,
/obj/item/gun/energy/lasertag/shotgun/red = 5,
/obj/item/gun/energy/lasertag/sniper/red = 5,
/obj/item/gun/energy/lasertag/pistol/red = 5,
/obj/item/device/radio/headset/redtag = 5,
/obj/item/clothing/suit/fluff/redtag = 5,
// Blue Plasma tag
/obj/item/gun/energy/lasertag/blue = 5,
/obj/item/gun/energy/lasertag/shotgun/blue = 5,
/obj/item/gun/energy/lasertag/sniper/blue = 5,
/obj/item/gun/energy/lasertag/pistol/blue = 5,
/obj/item/device/radio/headset/bluetag = 5,
/obj/item/clothing/suit/fluff/bluetag = 5,
// Yellow Plasma tag
/obj/item/gun/energy/lasertag/yellow = 5,
/obj/item/gun/energy/lasertag/shotgun/yellow = 5,
/obj/item/gun/energy/lasertag/sniper/yellow = 5,
/obj/item/gun/energy/lasertag/pistol/yellow = 5,
/obj/item/device/radio/headset/yellowtag = 5,
/obj/item/clothing/suit/fluff/yellowtag = 5,
// Green Plasma tag
/obj/item/gun/energy/lasertag/green = 5,
/obj/item/gun/energy/lasertag/shotgun/green = 5,
/obj/item/gun/energy/lasertag/sniper/green = 5,
/obj/item/gun/energy/lasertag/pistol/green = 5,
/obj/item/device/radio/headset/greentag = 5,
/obj/item/clothing/suit/fluff/greentag = 5,
// Mech toys
/obj/item/toy/figure/mecha/ripley = 5,
/obj/item/toy/figure/mecha/fireripley = 5,
Expand Down Expand Up @@ -1005,6 +1033,34 @@
/obj/item/toy/badtothebone = 25,
/obj/item/storage/box/snappops = 25,
/obj/item/toy/weapon/waterflower = 25,
// Red Plasma tag
/obj/item/gun/energy/lasertag/red = 25,
/obj/item/gun/energy/lasertag/shotgun/red = 25,
/obj/item/gun/energy/lasertag/sniper/red = 25,
/obj/item/gun/energy/lasertag/pistol/red = 25,
/obj/item/device/radio/headset/redtag = 10,
/obj/item/clothing/suit/fluff/redtag = 25,
// Blue Plasma tag
/obj/item/gun/energy/lasertag/blue = 25,
/obj/item/gun/energy/lasertag/shotgun/blue = 25,
/obj/item/gun/energy/lasertag/sniper/blue = 25,
/obj/item/gun/energy/lasertag/pistol/blue = 25,
/obj/item/device/radio/headset/bluetag = 10,
/obj/item/clothing/suit/fluff/bluetag = 25,
// Yellow Plasma tag
/obj/item/gun/energy/lasertag/yellow = 25,
/obj/item/gun/energy/lasertag/shotgun/yellow = 25,
/obj/item/gun/energy/lasertag/sniper/yellow = 25,
/obj/item/gun/energy/lasertag/pistol/yellow = 25,
/obj/item/device/radio/headset/yellowtag = 10,
/obj/item/clothing/suit/fluff/yellowtag = 25,
// Green Plasma tag
/obj/item/gun/energy/lasertag/green = 25,
/obj/item/gun/energy/lasertag/shotgun/green = 25,
/obj/item/gun/energy/lasertag/sniper/green = 25,
/obj/item/gun/energy/lasertag/pistol/green = 25,
/obj/item/device/radio/headset/greentag = 10,
/obj/item/clothing/suit/fluff/greentag = 25,
// Mech toys
/obj/item/toy/figure/mecha/ripley = 25,
/obj/item/toy/figure/mecha/fireripley = 25,
Expand Down

0 comments on commit b5bc774

Please sign in to comment.