Skip to content

Commit

Permalink
Removes burrower from feral ERT
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Jan 27, 2024
1 parent fcae67e commit b5a99a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/feral_xenos.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

else if(medics < max_medics)
medics++
var/picked = pick(/mob/living/carbon/xenomorph/drone, /mob/living/carbon/xenomorph/hivelord, /mob/living/carbon/xenomorph/burrower)
var/picked = pick(/mob/living/carbon/xenomorph/drone, /mob/living/carbon/xenomorph/hivelord)
new_xeno = new picked(spawn_loc)

else if(engineers < max_engineers)
Expand Down

0 comments on commit b5a99a8

Please sign in to comment.