diff --git a/Untitled.pdn b/Untitled.pdn deleted file mode 100644 index 8211f770df75..000000000000 Binary files a/Untitled.pdn and /dev/null differ diff --git a/code/datums/ammo/bullet/shotgun.dm b/code/datums/ammo/bullet/shotgun.dm index 7575f8602c23..9673c8e81690 100644 --- a/code/datums/ammo/bullet/shotgun.dm +++ b/code/datums/ammo/bullet/shotgun.dm @@ -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 diff --git a/code/modules/projectiles/ammo_boxes/handful_boxes.dm b/code/modules/projectiles/ammo_boxes/handful_boxes.dm index 36a1d12f2527..a751371cfc47 100644 --- a/code/modules/projectiles/ammo_boxes/handful_boxes.dm +++ b/code/modules/projectiles/ammo_boxes/handful_boxes.dm @@ -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 diff --git a/code/modules/projectiles/gun_attachables.dm b/code/modules/projectiles/gun_attachables.dm index bfcde57614d3..c3b308ef9679 100644 --- a/code/modules/projectiles/gun_attachables.dm +++ b/code/modules/projectiles/gun_attachables.dm @@ -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 diff --git a/icons/obj/items/clothing/belts.dmi b/icons/obj/items/clothing/belts.dmi index 7e15cad0c246..4adb215f91f8 100644 Binary files a/icons/obj/items/clothing/belts.dmi and b/icons/obj/items/clothing/belts.dmi differ diff --git a/icons/obj/items/weapons/guns/attachments/stock.dmi b/icons/obj/items/weapons/guns/attachments/stock.dmi index d377f005dfaf..0867f60d6430 100644 Binary files a/icons/obj/items/weapons/guns/attachments/stock.dmi and b/icons/obj/items/weapons/guns/attachments/stock.dmi differ