Skip to content

Commit

Permalink
And that
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Sep 19, 2023
1 parent 6916e2c commit e25f290
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,13 @@
icon_state = "cmateba_special"
item_state = "cmateba_special"
current_mag = /obj/item/ammo_magazine/internal/revolver/mateba/impact
attachable_allowed = list(
/obj/item/attachable/reddot,
/obj/item/attachable/reflex,
/obj/item/attachable/flashlight,
/obj/item/attachable/heavy_barrel,
/obj/item/attachable/compensator,
)
starting_attachment_types = list()
can_change_barrel = FALSE

Expand Down

0 comments on commit e25f290

Please sign in to comment.