mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
borkfixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user