Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Therealdoooc213 authored Dec 1, 2024
1 parent ec94169 commit d5ec13c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/structures/aliens.dm
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@
blacklisted_turfs = typecacheof(list(
/turf/open/space,
/turf/open/chasm,
/turf/open/lava))
/turf/open/lava,
/turf/open/openspace))


last_expand = world.time + rand(growth_cooldown_low, growth_cooldown_high)
Expand Down

0 comments on commit d5ec13c

Please sign in to comment.