Skip to content

Commit

Permalink
Always forget something
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Sep 19, 2023
1 parent b8f03a0 commit 6916e2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6916e2c

Please sign in to comment.