Skip to content

Commit

Permalink
nerfs
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Jan 24, 2024
1 parent 5a5a302 commit 8d11cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/datums/ammo/bullet/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
flags_ammo_behavior = AMMO_BALLISTIC
accurate_range_min = 4

damage = 55
damage = 60
scatter = -SCATTER_AMOUNT_TIER_8
penetration= ARMOR_PENETRATION_TIER_7
shell_speed = AMMO_SPEED_TIER_6
Expand Down Expand Up @@ -165,7 +165,7 @@
damage = 40
accuracy = -HIT_ACCURACY_TIER_2
scatter = -SCATTER_AMOUNT_TIER_8
penetration = ARMOR_PENETRATION_TIER_10
penetration = ARMOR_PENETRATION_TIER_2
shell_speed = AMMO_SPEED_TIER_6

/datum/ammo/bullet/rifle/m4ra/impact/on_hit_mob(mob/M, obj/projectile/P)
Expand Down
4 changes: 0 additions & 4 deletions code/datums/supply_packs/spec_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@
/obj/item/ammo_magazine/rifle/m4ra/custom/incendiary,
/obj/item/ammo_magazine/rifle/m4ra/custom/incendiary,
/obj/item/ammo_magazine/rifle/m4ra/custom/incendiary,
/obj/item/ammo_magazine/rifle/m4ra/custom/incendiary,
/obj/item/ammo_magazine/rifle/m4ra/custom/incendiary,
)
cost = 30
containertype = /obj/structure/closet/crate/ammo
Expand All @@ -176,8 +174,6 @@
/obj/item/ammo_magazine/rifle/m4ra/custom/impact,
/obj/item/ammo_magazine/rifle/m4ra/custom/impact,
/obj/item/ammo_magazine/rifle/m4ra/custom/impact,
/obj/item/ammo_magazine/rifle/m4ra/custom/impact,
/obj/item/ammo_magazine/rifle/m4ra/custom/impact,
)
cost = 30
containertype = /obj/structure/closet/crate/ammo
Expand Down

0 comments on commit 8d11cc5

Please sign in to comment.