One more because I forgot to click save

This commit is contained in:
Spades
2017-06-20 01:15:12 -04:00
parent 3da257d984
commit 21889e4991
2 changed files with 6 additions and 6 deletions

View File

@@ -132,9 +132,9 @@
path =/obj/item/ammo_magazine/m10mm
hidden = 1
/datum/category_item/autolathe/arms/pistol_50
/datum/category_item/autolathe/arms/pistol_44
name = "pistol magazine (.44)"
path =/obj/item/ammo_magazine/m50
path =/obj/item/ammo_magazine/m44
hidden = 1
/////// 5.56mm
@@ -225,9 +225,9 @@
category = "Arms and Ammunition"
hidden = 1
/datum/category_item/autolathe/arms/pistol_50
/datum/category_item/autolathe/arms/pistol_44
name = "pistol magazine (.44)"
path =/obj/item/ammo_magazine/m50/empty
path =/obj/item/ammo_magazine/m44/empty
category = "Arms and Ammunition"
hidden = 1

View File

@@ -123,8 +123,8 @@
caliber = ".44"
load_method = MAGAZINE
fire_sound = 'sound/weapons/deagle.ogg'
magazine_type = /obj/item/ammo_magazine/m50
allowed_magazines = list(/obj/item/ammo_magazine/m50)
magazine_type = /obj/item/ammo_magazine/m44
allowed_magazines = list(/obj/item/ammo_magazine/m44)
/obj/item/weapon/gun/projectile/deagle/update_icon()
..()