Merge pull request #4688 from FreeStylaLT/maintgoodies

Adds a bunch of items to maint, Syndicate contraband included, tweaks probabilities.
This commit is contained in:
Fox McCloud
2016-07-09 20:51:40 -04:00
committed by GitHub
4 changed files with 119 additions and 58 deletions
@@ -180,6 +180,10 @@
max_ammo = 8
multiple_sprites = 2
/obj/item/ammo_box/magazine/m10mm/empty //for maint drops
desc = "A gun magazine. Seems to be broken and can only hold one bullet. Pretty useless."
max_ammo = 1
/obj/item/ammo_box/magazine/m45
name = "handgun magazine (.45)"
icon_state = "45-8"
@@ -26,6 +26,12 @@
mag_type = /obj/item/ammo_box/magazine/m45
can_suppress = 0
/obj/item/weapon/gun/projectile/automatic/pistol/empty //empty stetchshit for maint spawns
/obj/item/weapon/gun/projectile/automatic/pistol/empty/New()
magazine = new /obj/item/ammo_box/magazine/m10mm/empty(src)
..()
/obj/item/weapon/gun/projectile/automatic/pistol/deagle
name = "desert eagle"
desc = "A robust .50 AE handgun."