Skip to content

Commit

Permalink
bugfix: fixed anomalies spawn on wrong spots, get_area_turfs fix (ss2…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored and SuhEugene committed Dec 22, 2023
1 parent 5ca5302 commit 5185f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/unsorted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ Returns 1 if the chain up to the area contains the given typepath

var/list/turfs = new/list()
for(var/area/N in world)
if(istype(N, areatype))
if(N.type == areatype)
for(var/turf/T in N) turfs += T
return turfs

Expand Down

0 comments on commit 5185f52

Please sign in to comment.