mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-19 06:32:25 +00:00
* Large amount of work; Animal taming, shearing. Random animal spawns on sif grass/forest turfs. New PoIs, thermal poncho. * Combat drone DMI moved to drones folder. Mining Drone subtype added. "Tameable" with ores, will collect and store ores when not in active combat.
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)
|