Skip to content

Commit

Permalink
no queen actions
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 9, 2023
1 parent ac70dd3 commit 2c40fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
var/evolution_rate = 3 // Only has use if dynamic_evolution is false
var/evolution_bonus = 0

var/allow_no_queen_actions = FALSE
var/allow_no_queen_actions = TRUE
var/allow_no_queen_evo = FALSE
var/evolution_without_ovipositor = TRUE //Temporary for the roundstart.
/// Set to false if you want to prevent evolutions into Queens
Expand Down

0 comments on commit 2c40fc7

Please sign in to comment.