mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge pull request #12640 from Shadowlight213/sabrsummonfix
Fixes sabr path in summon guns
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user