Skip to content

Commit

Permalink
(o)opps
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 7, 2023
1 parent 12a9fcd commit bac2dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/atmospherics/environmental/LINDA_system.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

/turf/open/CanAtmosPass(turf/T, vertical = FALSE)
var/dir = vertical? get_dir_multiz(src, T) : get_dir(src, T)
var/opp = REVERSE_DIR(dir)
. = TRUE
if(vertical && !(zAirOut(dir, T) && T.zAirIn(dir, src)))
. = FALSE
Expand Down

0 comments on commit bac2dbb

Please sign in to comment.