From 6916e2cd137e330a132e748d5c0501270813dfe4 Mon Sep 17 00:00:00 2001 From: Morrow Date: Mon, 18 Sep 2023 23:26:34 -0400 Subject: [PATCH] Always forget something --- code/modules/projectiles/guns/revolvers.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/projectiles/guns/revolvers.dm b/code/modules/projectiles/guns/revolvers.dm index 90825e130fe5..c20ba1c4901b 100644 --- a/code/modules/projectiles/guns/revolvers.dm +++ b/code/modules/projectiles/guns/revolvers.dm @@ -674,12 +674,16 @@ icon_state = "cmateba_special" item_state = "cmateba_special" current_mag = /obj/item/ammo_magazine/internal/revolver/mateba/impact + starting_attachment_types = list() can_change_barrel = FALSE /obj/item/weapon/gun/revolver/mateba/special/set_gun_config_values() ..() accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_4 +/obj/item/weapon/gun/revolver/mateba/special/set_gun_attachment_offsets() + attachable_offset = list("muzzle_x" = 30, "muzzle_y" = 23,"rail_x" = 9, "rail_y" = 24, "under_x" = 19, "under_y" = 17, "stock_x" = 19, "stock_y" = 17, "special_x" = 23, "special_y" = 22) + //------------------------------------------------------- //MARSHALS REVOLVER //Spearhead exists in Alien cannon.