Skip to content

Commit

Permalink
Removes an unused variable from code (#5844)
Browse files Browse the repository at this point in the history
# About the pull request
Removes "ignore_slots" from hive status, as far as I can tell it doesn't
do anything? nowhere else is it mentioned in the code, and the gitlab
archive is the same.


<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
useless vars... bad?
# Testing Photographs and Procedure
<details>
<summary>Testing </summary>

it compiled.

</details>


# Changelog
no player facing changes
  • Loading branch information
private-tristan committed Mar 1, 2024
1 parent 45b899f commit 6770dc0
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 6770dc0

Please sign in to comment.