From d35910720aab9eaf0ad953c31dcc59261d2125d1 Mon Sep 17 00:00:00 2001 From: Jedi-Toothpaste Date: Mon, 20 Jan 2025 03:57:19 +0000 Subject: [PATCH] quietly also fixes the price for the laser tag --- code/modules/cargo/packs/costumes_toys.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/costumes_toys.dm b/code/modules/cargo/packs/costumes_toys.dm index f6d288839ad4..2ac1ebebf339 100644 --- a/code/modules/cargo/packs/costumes_toys.dm +++ b/code/modules/cargo/packs/costumes_toys.dm @@ -35,7 +35,7 @@ /datum/supply_pack/costumes_toys/lasertag name = "Laser Tag Crate" desc = "Are you tired of Foam Force? Looking for a real thrill? The new NT-Lasertag System is sure to Rock Your Socks, no cleanup required, just plain fun. The NT Way: includes enough equipment for a 3v3 laser-tag shootout." - cost = 100 + cost = 500 contains = list(/obj/item/gun/energy/laser/redtag, /obj/item/gun/energy/laser/redtag, /obj/item/gun/energy/laser/redtag,