mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
Some ammo fixes
- Fixes pirate gun not getting 12g caliber correctly. - Fixes .357 caliber not being named consistently with everything else. (Do not merge this until https://github.com/PolarisSS13/Polaris/pull/3533 is merged pls, unless Yosh fixes his caliber to be correct also.) - Changes .50AE ammo to .44 because that's more consistent with what the gun is capable of in-game, because it uses the same damage values as the .357 and not a bullet that shoots through through your fridge, through your house, and hits your neighbor's home invader like a .50AE is IRL. The fact that it's .44 makes much more sense. This is purely a fluff change because it annoyed me. - Fixes a bunch of ammo.dmi icon names and makes the file not a jumbled fucking mess. This means now your 762 mags and the newly renamed 44 mags will not be broken anymore.
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
hidden = 1
|
||||
|
||||
/datum/category_item/autolathe/arms/pistol_50
|
||||
name = "pistol magazine (.50AE)"
|
||||
name = "pistol magazine (.44)"
|
||||
path =/obj/item/ammo_magazine/m50
|
||||
hidden = 1
|
||||
|
||||
@@ -226,7 +226,7 @@
|
||||
hidden = 1
|
||||
|
||||
/datum/category_item/autolathe/arms/pistol_50
|
||||
name = "pistol magazine (.50AE)"
|
||||
name = "pistol magazine (.44)"
|
||||
path =/obj/item/ammo_magazine/m50/empty
|
||||
category = "Arms and Ammunition"
|
||||
hidden = 1
|
||||
@@ -340,7 +340,7 @@
|
||||
hidden = 1
|
||||
|
||||
/datum/category_item/autolathe/arms/pistol_clip_50
|
||||
name = "ammo clip (.50AE)"
|
||||
name = "ammo clip (.44)"
|
||||
path =/obj/item/ammo_magazine/clip/c50
|
||||
category = "Arms and Ammunition"
|
||||
hidden = 1
|
||||
|
||||
Reference in New Issue
Block a user