Merge branch 'master' of https://github.com/Skyrat-SS13/Skyrat-tg into upstream-2407c

This commit is contained in:
Waterpig
2024-07-15 10:13:59 +02:00
526 changed files with 25275 additions and 26192 deletions
@@ -8,7 +8,7 @@
rounds_since_engine_exploded = text2num(file2text(DELAMINATION_COUNT_FILEPATH))
if(fexists(DELAMINATION_HIGHSCORE_FILEPATH))
delam_highscore = text2num(file2text(DELAMINATION_HIGHSCORE_FILEPATH))
for(var/obj/machinery/incident_display/sign as anything in GLOB.map_delamination_counters)
for(var/obj/machinery/incident_display/sign as anything in GLOB.map_incident_displays)
sign.update_delam_count(rounds_since_engine_exploded, delam_highscore)
/datum/controller/subsystem/persistence/proc/save_delamination_counter()