Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
blesings (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
definitelynotspaghetti authored Mar 31, 2024
1 parent 8da5068 commit d9f4157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/hive_upgrades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GLOBAL_LIST_INIT(tier_to_primo_upgrade, list(
to_chat(buyer, span_xenowarning("Another silo is too close!"))
return FALSE
*/

/* RU TGMC EDIT
/datum/hive_upgrade/building/evotower
name = "Evolution Tower"
desc = "Constructs a tower that increases the rate of evolution point and maturity point generation by 1.2 times per tower."
Expand All @@ -225,7 +225,7 @@ GLOBAL_LIST_INIT(tier_to_primo_upgrade, list(
icon = "maturitytower"
flags_upgrade = ABILITY_NUCLEARWAR
building_type = /obj/structure/xeno/psychictower

RU TGMC EDIT */
/datum/hive_upgrade/building/pherotower
name = "Pheromone Tower"
desc = "Constructs a tower that emanates a selectable type of pheromone."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
return ..()

/datum/hive_upgrade/building/silo
psypoint_cost = 600
psypoint_cost = 800

/datum/hive_upgrade/building/evotower
desc = "Constructs a tower that increases the rate of evolution point."
Expand Down

0 comments on commit d9f4157

Please sign in to comment.