Skip to content

Commit

Permalink
add some faction mech discounts (#4139)
Browse files Browse the repository at this point in the history
## Changelog

:cl:
balance: cybersun now gets discounts on cybersun mech designs. clip gets
a discount on the Durand for the same reason
/:cl:
  • Loading branch information
Erikafox authored Feb 8, 2025
1 parent d2b637f commit d9d39c1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/cargo/packs/mechs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ Build Your Own Suit
/obj/item/circuitboard/mecha/odysseus/main
)
crate_name = "202r Construction Kit"
faction = /datum/faction/syndicate/cybersun
faction_discount = 40

/datum/supply_pack/mech/gygax_parts
name = "501p construction kit"
Expand All @@ -72,6 +74,8 @@ Build Your Own Suit
/obj/item/circuitboard/mecha/gygax/targeting
)
crate_name = "501p Construction Kit"
faction = /datum/faction/syndicate/cybersun
faction_discount = 40

/datum/supply_pack/mech/mpgygax_parts
name = "NT-501p-MP construction kit"
Expand Down Expand Up @@ -112,6 +116,8 @@ Build Your Own Suit
/obj/item/circuitboard/mecha/durand/targeting
)
crate_name = "Durand Construction Kit"
faction = /datum/faction/clip
faction_discount = 20

/*
Mech Equipment
Expand Down

0 comments on commit d9d39c1

Please sign in to comment.