Skip to content

Commit

Permalink
Removes ignore_slots from code
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Feb 28, 2024
1 parent e3a6b7d commit 0e76782
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/mob/living/carbon/xenomorph/hive_status.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
/// how many burrowed is going to spawn during larva surge
var/hijack_burrowed_left = 0

var/ignore_slots = FALSE
var/dynamic_evolution = TRUE
var/evolution_rate = 3 // Only has use if dynamic_evolution is false
var/evolution_bonus = 0
Expand Down Expand Up @@ -1052,7 +1051,6 @@
allow_no_queen_actions = TRUE
allow_no_queen_evo = TRUE
allow_queen_evolve = FALSE
ignore_slots = TRUE
latejoin_burrowed = FALSE

/datum/hive_status/forsaken
Expand All @@ -1067,7 +1065,6 @@
allow_no_queen_actions = TRUE
allow_no_queen_evo = TRUE
allow_queen_evolve = FALSE
ignore_slots = TRUE
latejoin_burrowed = FALSE

need_round_end_check = TRUE
Expand Down Expand Up @@ -1108,7 +1105,6 @@
allow_no_queen_actions = TRUE
allow_no_queen_evo = TRUE
allow_queen_evolve = FALSE
ignore_slots = TRUE
latejoin_burrowed = FALSE

need_round_end_check = TRUE
Expand Down Expand Up @@ -1138,7 +1134,6 @@
allow_no_queen_actions = TRUE
allow_no_queen_evo = TRUE
allow_queen_evolve = FALSE
ignore_slots = TRUE
latejoin_burrowed = FALSE

var/mob/living/carbon/human/leader
Expand Down

0 comments on commit 0e76782

Please sign in to comment.