Skip to content

Commit

Permalink
hivemind nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 25, 2023
1 parent 224aca0 commit 271586e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions code/game/gamemodes/colonialmarines/colonialmarines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@

if(!evolution_ovipositor_threshold && world.time >= SSticker.round_start_time + round_time_evolution_ovipositor)
for(var/hivenumber in GLOB.hive_datum)
if(hivenumber == XENO_HIVE_RENEGADE)
continue //renegades can keep evolving w/o ovipositor
hive = GLOB.hive_datum[hivenumber]
hive.evolution_without_ovipositor = FALSE
if(hive.living_xeno_queen && !hive.living_xeno_queen.ovipositor)
Expand Down
4 changes: 1 addition & 3 deletions code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@

var/allow_no_queen_actions = FALSE
var/evolution_without_ovipositor = TRUE //Temporary for the roundstart.
/// Set to true if you want to prevent evolutions into Queens
/// Set to false if you want to prevent evolutions into Queens
var/allow_queen_evolve = TRUE
/// Set to true if you want to prevent bursts and spawns of new xenos. Will also prevent healing if the queen no longer exists
var/hardcore = FALSE
Expand Down Expand Up @@ -1307,9 +1307,7 @@
ui_color ="#80705c"

dynamic_evolution = FALSE
allow_no_queen_actions = TRUE
allow_queen_evolve = FALSE
ignore_slots = TRUE
latejoin_burrowed = FALSE

/datum/hive_status/corrupted/renegade/New()
Expand Down

0 comments on commit 271586e

Please sign in to comment.