From 4b4a65835208ad5e0716bdb22029353f442216bb Mon Sep 17 00:00:00 2001 From: Shadowlight213 Date: Sat, 24 Oct 2015 19:14:00 -0700 Subject: [PATCH] Fixes sabr path in summon guns --- code/game/gamemodes/wizard/rightandwrong.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/wizard/rightandwrong.dm b/code/game/gamemodes/wizard/rightandwrong.dm index df515f88db8..c8acec3b497 100644 --- a/code/game/gamemodes/wizard/rightandwrong.dm +++ b/code/game/gamemodes/wizard/rightandwrong.dm @@ -78,7 +78,7 @@ var/obj/item/weapon/gun/energy/gun/nuclear/gat = new(get_turf(H)) gat.pin = new /obj/item/device/firing_pin if("sabr") - var/obj/item/weapon/gun/projectile/automatic/gat = new(get_turf(H)) + var/obj/item/weapon/gun/projectile/automatic/proto/gat = new(get_turf(H)) gat.pin = new /obj/item/device/firing_pin if("bulldog") var/obj/item/weapon/gun/projectile/automatic/shotgun/bulldog/gat = new(get_turf(H))