Skip to content

Commit

Permalink
fixes rengo bayonet offset + makes it properly 2h (#4519)
Browse files Browse the repository at this point in the history
why isnt this defined on a base level

Co-authored-by: Hatterhat <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Oct 26, 2024
1 parent 5f751d5 commit 6536cb5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
tac_reloads = TRUE
internal_magazine = FALSE
can_be_sawn_off = FALSE
weapon_weight = WEAPON_HEAVY

/obj/item/gun/ballistic/rifle/sporterized/Initialize(mapload)
. = ..()

AddComponent(/datum/component/scope, range_modifier = 1.5)

/obj/item/gun/ballistic/rifle/sporterized/add_bayonet_point()
AddComponent(/datum/component/bayonet_attachable, offset_x = 35)
AddComponent(/datum/component/bayonet_attachable, offset_x = 35, offset_y = 12)

/obj/item/gun/ballistic/rifle/sporterized/give_manufacturer_examine()
AddElement(/datum/element/manufacturer_examine, COMPANY_XHIHAO)
Expand Down

0 comments on commit 6536cb5

Please sign in to comment.