From 95c9aa868c82bf45c6d74075af2cf399cbe75677 Mon Sep 17 00:00:00 2001 From: CallMeFortuno <114277410+CallMeFortuno@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:11:39 +0300 Subject: [PATCH] Tweak: king's cost from 1800 to 1200 (#123) --- code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm b/code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm index e5b6097811e4e..2f7a85a492f9d 100644 --- a/code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm +++ b/code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm @@ -290,7 +290,7 @@ GLOBAL_LIST_INIT(tier_to_primo_upgrade, list( desc = "Places a Psychic Echo chamber that tallhosts can detect, then after a summon time selects a random sister to take over the mind of the gravity manipulating King." icon = "king" flags_gamemode = ABILITY_DISTRESS - psypoint_cost = 1800 + psypoint_cost = 1200 /datum/hive_upgrade/xenos/king/can_buy(mob/living/carbon/xenomorph/buyer, silent = TRUE) . = ..()