Skip to content

Commit

Permalink
final nits
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Nov 30, 2023
1 parent 3b9b3f4 commit 7d8cd67
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file removed Untitled.pdn
Binary file not shown.
2 changes: 1 addition & 1 deletion code/datums/ammo/bullet/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@
bonus_projectiles_amount = 0
accuracy_var_low = PROJECTILE_VARIANCE_TIER_6
accuracy_var_high = PROJECTILE_VARIANCE_TIER_6
scatter = SCATTER_AMOUNT_TIER_1
scatter = SCATTER_AMOUNT_TIER_2
damage_falloff = DAMAGE_FALLOFF_TIER_6
damage = 10

Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammo_boxes/handful_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
//-----------------------16 GAUGE SHOTGUN SHELL BOXES-----------------------

/obj/item/ammo_box/magazine/shotgun/light/breaching
name = "\improper 16-gauge shotgun shell box (Breaching x 100)"
name = "\improper 16-gauge shotgun shell box (Breaching x 120)"
icon_state = "base_breach"
overlay_content = "_breach"
magazine_type = /obj/item/ammo_magazine/shotgun/light/breaching
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2112,7 +2112,7 @@ Defined in conflicts.dm of the #defines folder.
/obj/item/attachable/stock/xm51/Initialize(mapload, ...)
..()
select_gamemode_skin(type)
//it makes stuff much better when two-handedf
//it makes stuff much better when two-handed
accuracy_mod = HIT_ACCURACY_MULT_TIER_3
recoil_mod = -RECOIL_AMOUNT_TIER_4
scatter_mod = -SCATTER_AMOUNT_TIER_8
Expand Down
Binary file modified icons/obj/items/clothing/belts.dmi
Binary file not shown.
Binary file modified icons/obj/items/weapons/guns/attachments/stock.dmi
Binary file not shown.

0 comments on commit 7d8cd67

Please sign in to comment.