Converted VOREStation custom guns and ammo to handle the swap of 5.56 and 7.62 ammo.

* Swapped our loot drops and guns to keep the damage of loot and guns the same.
* Edited the c762 magazine definition back to keep the same ammo count in each magazine type as before.

Conversion chart used:
==OLD==     max_ammo    ==NEW=      max_ammo
a556        10          s762        10
a556m       20          c762        (20)

s762        10          c556        20
c762        20          c556/ext    30
a762        50          a556        50
This commit is contained in:
Leshana
2017-05-26 17:54:04 -04:00
parent 8e93d971fb
commit 8c8e04a0a0
4 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -395,7 +395,7 @@
caliber = "a762"
matter = list(DEFAULT_WALL_MATERIAL = 2000)
ammo_type = /obj/item/ammo_casing/a762
max_ammo = 10
max_ammo = 20 // VOREStation Edit - This one is supposed to be bigger than the small one.
multiple_sprites = 1
/obj/item/ammo_magazine/c762/ap