Merge pull request #3085 from Fox-McCloud/sec-rifle

Sec Rifle Port
This commit is contained in:
TheDZD
2016-01-05 19:34:33 -05:00
13 changed files with 156 additions and 44 deletions
@@ -24,7 +24,7 @@
loot = list(
/obj/item/weapon/gun/projectile/automatic/pistol = 8,
/obj/item/weapon/gun/projectile/shotgun/combat = 5,
/obj/item/weapon/gun/projectile/shotgun/automatic/combat = 5,
/obj/item/weapon/gun/projectile/revolver/mateba,
/obj/item/weapon/gun/projectile/automatic/pistol/deagle
)
@@ -234,6 +234,7 @@
var/emag = "securecrateemag"
var/broken = 0
var/locked = 1
health = 1000
/obj/structure/closet/crate/secure/update_icon()
..()