diff --git a/code/modules/halo/weapons/XM98.dm b/code/modules/halo/weapons/XM98.dm index 4c3898a1ccb2a..22a42be75b2b4 100644 --- a/code/modules/halo/weapons/XM98.dm +++ b/code/modules/halo/weapons/XM98.dm @@ -14,7 +14,7 @@ wielded_item_state = "xm98-wielded" burst = 2 - burst_delay = 0.8 + burst_delay = 0.9 one_hand_penalty = -1 dispersion = list(0.0,0.1,0.2,0.2) hud_bullet_row_num = 20 @@ -22,7 +22,7 @@ firemodes = list(\ list(mode_name="3 round burst", burst=3, dispersion=list(0.0,0.1,0.2)), - list(mode_name="6 round burst", burst=5, dispersion=list(0.7,0.8,0.9,1.0,1.1,1.2)), + list(mode_name="5 round burst", burst=5, dispersion=list(0.5,0.5,0.6,0.6,0.8)), ) ammo_icon_state = null diff --git a/code/modules/halo/weapons/icons/Weapon_Inhands_left.dmi b/code/modules/halo/weapons/icons/Weapon_Inhands_left.dmi index 9f42c61979ca3..b7a627485ace7 100644 Binary files a/code/modules/halo/weapons/icons/Weapon_Inhands_left.dmi and b/code/modules/halo/weapons/icons/Weapon_Inhands_left.dmi differ diff --git a/code/modules/halo/weapons/icons/Weapon_Inhands_right.dmi b/code/modules/halo/weapons/icons/Weapon_Inhands_right.dmi index be23e8263064d..33b71e4af4601 100644 Binary files a/code/modules/halo/weapons/icons/Weapon_Inhands_right.dmi and b/code/modules/halo/weapons/icons/Weapon_Inhands_right.dmi differ