doors no longer push air away during unit tests (#85864)

## About The Pull Request
Trying to fix CI.

## Why It's Good For The Game
Bizzare unit tests adventures.

## Changelog
NO!
This commit is contained in:
Ghom
2024-08-15 19:15:49 +02:00
committed by GitHub
parent 52f7f44215
commit 245d2d4b1d
@@ -192,6 +192,10 @@
/turf/air_update_turf(update = FALSE, remove = FALSE)
if(!SSair.initialized) // I'm sorry for polutting user code, I'll do 10 hail giacom's
return
#ifdef UNIT_TESTS //Air shouldn't be processing in the test room whatsoever.
if(istype(loc, /area/misc/testroom))
return
#endif
if(update)
immediate_calculate_adjacent_turfs()
if(remove)