Explorer Expansion: New Horizons

This commit is contained in:
Mechoid
2020-05-01 11:19:21 -07:00
committed by VirgoBot
parent eb56f5b1ca
commit 7066d04df5
94 changed files with 2226 additions and 575 deletions

View File

@@ -0,0 +1,9 @@
/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)

View File

@@ -0,0 +1,3 @@
/obj/item/weapon/broken_gun/grenadelauncher/New(var/newloc)
..(newloc, /obj/item/weapon/gun/launcher/grenade)

View File

@@ -0,0 +1,3 @@
/obj/item/weapon/broken_gun/flechette/New(var/newloc)
..(newloc, /obj/item/weapon/gun/magnetic/railgun/flechette)

View File

@@ -0,0 +1,18 @@
/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)