Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions code/__DEFINES/uplink.dm
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,4 @@
#define TRAITOR_DISCOUNT_MIN_PRICE 4

/// The standard minimum player count for "don't spawn this item on low population rounds"
//MASSMETA EDIT BEGIN (antagonists_balance)
//ORIGINAL #define TRAITOR_POPULATION_LOWPOP 20

#define TRAITOR_POPULATION_LOWPOP 5
//MASSMETA EDIT END
#define TRAITOR_POPULATION_LOWPOP 20
4 changes: 4 additions & 0 deletions modular_meta/tweaks/antagonists_balance/code/uplink_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@

/datum/uplink_item/stealthy_tools/blackout
progression_minimum = 0 MINUTES

// kits
/datum/uplink_item/bundles_tc/contract_kit
population_minimum = 5
Loading