goodies only pistols, no list yet

This commit is contained in:
FreeStylaLT
2016-06-15 02:55:48 +03:00
parent 6e9acfd732
commit 765d0ddca9
2 changed files with 11 additions and 0 deletions
@@ -180,6 +180,9 @@
max_ammo = 8
multiple_sprites = 2
/obj/item/ammo_box/magazine/m10mm/empty //for maint drops
max_ammo = 1
/obj/item/ammo_box/magazine/m45
name = "handgun magazine (.45)"
icon_state = "45-8"
@@ -26,6 +26,14 @@
mag_type = /obj/item/ammo_box/magazine/m45
can_suppress = 0
/obj/item/weapon/gun/projectile/automatic/pistol/empty //empty stetchshit for maint spawns
desc = "A small, easily concealable 10mm handgun. Had a threaded barrel for suppressors."
can_suppress = 0
/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."