[MIRROR] Make map selection marginally better and more CI friendly (#9090)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-10-22 13:27:13 -07:00
committed by GitHub
parent c7410265d3
commit dbdb406824
82 changed files with 39752 additions and 186 deletions

View File

@@ -72,7 +72,7 @@ SUBSYSTEM_DEF(planets)
if(MC_TICK_CHECK)
return
#if !(UNIT_TEST) // Don't be updating temperatures and such during unit tests // CHOMPedit: That's not how ifndef works!
#ifndef UNIT_TEST // Don't be updating temperatures and such during unit tests
var/list/needs_temp_update = src.needs_temp_update
while(needs_temp_update.len)
var/datum/planet/P = needs_temp_update[needs_temp_update.len]