Skip to content

Commit

Permalink
slightly more improve
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Dec 14, 2024
1 parent c689121 commit 36d2bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/station_goals/dna_vault.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ GLOBAL_LIST_INIT(non_simple_animals, typecacheof(list(/mob/living/carbon/human/l
var/list/occupied = list()

for(var/direct in list(EAST, WEST, SOUTHEAST, SOUTHWEST))
LAZYADD(occupied, get_step(src,direct))
LAZYADD(occupied, get_step(src, direct))

LAZYADD(occupied, locate(x + 1, y - 2, z))
LAZYADD(occupied, locate(x - 1, y - 2, z))
Expand Down

0 comments on commit 36d2bda

Please sign in to comment.