Skip to content

Commit

Permalink
Update code/controllers/subsystem/interior.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Doubleumc and harryob committed Nov 6, 2023
1 parent 9290b35 commit 5a0cca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/interior.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SUBSYSTEM_DEF(interior)
continue
if(x >= bounds[1].x && x <= bounds[2].x && y >= bounds[1].y && y <= bounds[2].y)
return current_interior
return null
return

/// Checks if an atom is in an interior
/datum/controller/subsystem/interior/proc/in_interior(loc)
Expand Down

0 comments on commit 5a0cca8

Please sign in to comment.