mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user