Skip to content

Commit

Permalink
Revert black hole change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bokkiewokkie committed Sep 13, 2024
1 parent 558186b commit 6ff7de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsv13/code/controllers/subsystem/starsystem.dm
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Returns a faction datum by its name (case insensitive!)
for(var/obj/structure/overmap/OM in affecting)
stop_affecting(OM)
return
for(var/obj/structure/overmap/OM as() in current_system.system_contents)
for(var/obj/structure/overmap/OM as() in GLOB.overmap_objects) //Has to go through global overmaps due to anomalies not referencing their system - probably something to change one day.
if(LAZYFIND(affecting, OM))
continue
if(OM.z != z)
Expand Down

0 comments on commit 6ff7de4

Please sign in to comment.