mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 11:02:41 +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.
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
|
|
/obj/item/weapon/broken_gun/laserrifle/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/energy/laser/empty)
|
|
|
|
/obj/item/weapon/broken_gun/laser_retro/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/energy/retro/empty)
|
|
|
|
/obj/item/weapon/broken_gun/ionrifle/New(var/newloc)
|
|
..(newloc, /obj/item/weapon/gun/energy/ionrifle/empty)
|