From b281d26ac1d582e3b9cef5cb4b64eff971629872 Mon Sep 17 00:00:00 2001 From: Terilia Date: Tue, 4 Jun 2019 13:33:12 +0100 Subject: [PATCH 1/2] Added Donksoft Sniper to the spawn pool --- code/game/objects/effects/spawners/lootdrop.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/effects/spawners/lootdrop.dm b/code/game/objects/effects/spawners/lootdrop.dm index b7311519f7a..4dcd2cbdd32 100644 --- a/code/game/objects/effects/spawners/lootdrop.dm +++ b/code/game/objects/effects/spawners/lootdrop.dm @@ -242,7 +242,8 @@ /obj/item/gun/projectile/automatic/toy/pistol/enforcer = 50, /obj/item/gun/projectile/shotgun/toy = 50, /obj/item/gun/projectile/shotgun/toy/crossbow = 50, - /obj/item/gun/projectile/shotgun/toy/tommygun = 50 + /obj/item/gun/projectile/shotgun/toy/tommygun = 50, + /obj/item/gun/projectile/automatic/sniper_rifle/toy = 50 ) From ecc46fb55b6d0ecdf793874042e89beb59aa818c Mon Sep 17 00:00:00 2001 From: Terilia Date: Tue, 4 Jun 2019 15:33:57 +0100 Subject: [PATCH 2/2] 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,