Skip to content

Commit

Permalink
Possibly fixes broken walls not updating air??? (#8838)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 committed Jun 11, 2020
1 parent e56aa46 commit b9b1870
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/turfs/change_turf.dm
Expand Up @@ -281,6 +281,7 @@ GLOBAL_LIST_INIT(blacklisted_automated_baseturfs, typecacheof(list(
ImmediateCalculateAdjacentTurfs()
else
CALCULATE_ADJACENT_TURFS(src)
SSair.add_to_active(src)

//update firedoor adjacency
var/list/turfs_to_check = get_adjacent_open_turfs(src) | src
Expand Down

0 comments on commit b9b1870

Please sign in to comment.