borkfixes

This commit is contained in:
cadyn
2020-11-21 08:09:11 -08:00
parent 77a4076fd6
commit 148ce00235
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
icon = 'icons/obj/gun_ch.dmi'
icon_state = "fiveseven"
load_method = MAGAZINE
muzzle_velocity = 650
/obj/item/weapon/gun/projectile/fiveseven/update_icon()
icon_state = ammo_magazine ? "[initial(icon_state)]" : "[initial(icon_state)]-e"
@@ -52,6 +53,7 @@
list(mode_name="3-round bursts", burst=3, fire_delay=null, move_delay=4, burst_accuracy=list(0,-10,-10), dispersion=list(0.0, 0.3, 0.6))
)
load_method = MAGAZINE
muzzle_velocity = 400
//Time to give all these existing guns some new properties.
//automatic.dm

View File

@@ -70,7 +70,7 @@
grains = 31
velocity = 716
damage = 15
armour_penetration = 100 //Unfortunately my penetration code doesn't recognize the glory of 5.7x28 FN, so we must show it the wae.
armor_penetration = 100 //Unfortunately my penetration code doesn't recognize the glory of 5.7x28 FN, so we must show it the wae.
/obj/item/projectile/bullet/a57/ap
grains = 23