Merge pull request #12640 from Shadowlight213/sabrsummonfix

Fixes sabr path in summon guns
This commit is contained in:
Razharas
2015-10-26 12:39:13 +03:00
+1 -1
View File
@@ -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))