Skip to content

Commit

Permalink
another rookie mistake ughh sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx committed Oct 22, 2023
1 parent 348fc7a commit 407189d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
registered_turfs += turf

/datum/xeno_ai_movement/linger/lurking/proc/unregister_turf_signals()
for(var/turf/turf in view(world.view, parent))
for(var/turf/turf in registered_turfs)
UnregisterSignal(turf, COMSIG_TURF_ENTERED)
registered_turfs = list()

Expand Down

0 comments on commit 407189d

Please sign in to comment.