mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 23:46:43 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user