From e25f290fa6751c7b59db891abc25854d5aa55d94 Mon Sep 17 00:00:00 2001 From: Morrow Date: Mon, 18 Sep 2023 23:31:53 -0400 Subject: [PATCH] And that --- code/modules/projectiles/guns/revolvers.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/projectiles/guns/revolvers.dm b/code/modules/projectiles/guns/revolvers.dm index c20ba1c4901b..48f237f9b562 100644 --- a/code/modules/projectiles/guns/revolvers.dm +++ b/code/modules/projectiles/guns/revolvers.dm @@ -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