From ecc46fb55b6d0ecdf793874042e89beb59aa818c Mon Sep 17 00:00:00 2001 From: Terilia Date: Tue, 4 Jun 2019 15:33:57 +0100 Subject: [PATCH] Added them to the Lavaland vendors --- code/game/machinery/vending.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index a93f3b253f2..a96a1c0d518 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -1031,6 +1031,7 @@ contraband = list(/obj/item/gun/projectile/shotgun/toy/crossbow= 10, //Congrats, you unlocked the +18 setting! /obj/item/gun/projectile/automatic/c20r/toy/riot = 10, /obj/item/gun/projectile/automatic/l6_saw/toy/riot = 10, + /obj/item/gun/projectile/automatic/sniper_rifle/toy = 10, /obj/item/ammo_box/foambox/riot = 20, /obj/item/toy/katana = 10, /obj/item/twohanded/dualsaber/toy = 5,