mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
19 lines
706 B
Plaintext
19 lines
706 B
Plaintext
|
|
/obj/item/weapon/broken_gun/c20r/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/projectile/automatic/c20r/empty)
|
|
|
|
/obj/item/weapon/broken_gun/silenced45/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/projectile/silenced/empty)
|
|
|
|
/obj/item/weapon/broken_gun/pumpshotgun/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/projectile/shotgun/pump/empty)
|
|
|
|
/obj/item/weapon/broken_gun/pumpshotgun_combat/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/projectile/shotgun/pump/combat/empty)
|
|
|
|
/obj/item/weapon/broken_gun/z8/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/projectile/automatic/z8/empty)
|
|
|
|
/obj/item/weapon/broken_gun/dartgun/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/projectile/dartgun)
|