Skip to content

Commit

Permalink
I think this is fine?
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 14, 2023
1 parent 9bcdb2f commit 901c654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
if(!path)
no_path_found = TRUE

/mob/living/carbon/xenomorph/proc/move_to_next_turf(turf/T, max_range = ai_range, list/ignore)
/mob/living/carbon/xenomorph/proc/move_to_next_turf(turf/T, max_range = ai_range, list/ignore = list())
if(!T)
return FALSE

Expand Down

0 comments on commit 901c654

Please sign in to comment.