Skip to content

Commit

Permalink
hopefully fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Aug 29, 2024
1 parent 71c82b9 commit 70e1df5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/gun_attachables.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3308,6 +3308,7 @@ Defined in conflicts.dm of the #defines folder.
desc = "What in god's name is this doing off the gun?"
icon_state = "lasersight"
attach_icon = "carbine_laser_a"
flags_attach_features = NO_FLAGS

/obj/item/attachable/lasersight/upp
name = "Zvezda Laser Module"
Expand Down
8 changes: 0 additions & 8 deletions code/modules/projectiles/guns/rifles.dm
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,6 @@
/obj/item/attachable/lasersight/carbine,
)

/obj/item/weapon/gun/rifle/m41aMK1/carbine/handle_starting_attachment()
..()
var/obj/item/attachable/lasersight/carbine/S = new(src)
S.hidden = FALSE
S.flags_attach_features &= ~ATTACH_REMOVABLE
S.Attach(src)
update_attachable(S.slot)

/obj/item/weapon/gun/rifle/m41aMK1/carbine/set_gun_config_values()
..()
set_fire_delay(FIRE_DELAY_TIER_11)
Expand Down

0 comments on commit 70e1df5

Please sign in to comment.