diff --git a/code/game/machinery/vendor/cloathing.dm b/code/game/machinery/vendor/cloathing.dm index 087d2953813..9ba4a83d254 100644 --- a/code/game/machinery/vendor/cloathing.dm +++ b/code/game/machinery/vendor/cloathing.dm @@ -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, @@ -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,