Skip to content

Commit

Permalink
Tweak: king's cost from 1800 to 1200 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMeFortuno authored Sep 27, 2022
1 parent f112042 commit 95c9aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()
Expand Down

0 comments on commit 95c9aa8

Please sign in to comment.