Skip to content

Commit e170c6d

Browse files
committed
some_lowpop_balance_idk
1 parent abbc8af commit e170c6d

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

modular_meta/tweaks/antagonists_balance/code/uplink_items.dm

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#define TRAITOR_POPULATION_EXTREME_LOWPOP 10
12
//uplink_items time access override
23

34
// dangerous
@@ -54,6 +55,26 @@
5455
/datum/uplink_item/stealthy_tools/blackout
5556
progression_minimum = 0 MINUTES
5657

58+
// population restricts
59+
// to restrict his grace and allow for deswords, as well as martial arts to be bought from the uplink on lowpop shifts.
60+
5761
// kits
5862
/datum/uplink_item/bundles_tc/contract_kit
59-
population_minimum = 5
63+
population_minimum = TRAITOR_POPULATION_EXTREME_LOWPOP
64+
65+
// dangerous
66+
/datum/uplink_item/dangerous/doublesword
67+
population_minimum = TRAITOR_POPULATION_EXTREME_LOWPOP
68+
69+
// stealthy
70+
/datum/uplink_item/stealthy_weapons/martialarts
71+
population_minimum = TRAITOR_POPULATION_EXTREME_LOWPOP
72+
73+
/datum/uplink_item/stealthy_weapons/romerol_kit
74+
population_minimum = TRAITOR_POPULATION_EXTREME_LOWPOP
75+
76+
// role_restricted
77+
/datum/uplink_item/role_restricted/spider_injector
78+
population_minimum = TRAITOR_POPULATION_EXTREME_LOWPOP
79+
80+
#undef TRAITOR_POPULATION_EXTREME_LOWPOP

0 commit comments

Comments
 (0)