Skip to content

Commit

Permalink
King no longer has special autobalance weight (#13971)
Browse files Browse the repository at this point in the history
King no longer has special additional autobalance weight
  • Loading branch information
Victor239 authored Sep 18, 2023
1 parent c8ebc3f commit 51ae799
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion code/__DEFINES/monitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#define PRIMO_T3_WEIGHT -100
#define NORMAL_T4_WEIGHT -80
#define PRIMO_T4_WEIGHT -120
#define KING_WEIGHT -200 //king is also counted as a T4
#define SPAWNING_POOL_WEIGHT -100

//The weight of each statistics in the state calculator before shutters drop
Expand Down
1 change: 0 additions & 1 deletion code/controllers/subsystem/monitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ SUBSYSTEM_DEF(monitor)
. += stats.normal_T3 * NORMAL_T3_WEIGHT
. += stats.primo_T4 * PRIMO_T4_WEIGHT
. += stats.normal_T4 * NORMAL_T4_WEIGHT
. += stats.king * KING_WEIGHT
. += human_on_ground * HUMAN_LIFE_ON_GROUND_WEIGHT
. += (length(GLOB.alive_human_list_faction[FACTION_TERRAGOV]) - human_on_ground) * HUMAN_LIFE_ON_SHIP_WEIGHT
. += length(GLOB.alive_xeno_list_hive[XENO_HIVE_NORMAL]) * XENOS_LIFE_WEIGHT
Expand Down

0 comments on commit 51ae799

Please sign in to comment.