[MIRROR] Fixes active turf message speaking gibberish [MDB IGNORE] (#15004)

* Fixes active turf message speaking gibberish (#68499)

* Fixes active turf message speaking gibberish

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-07-18 08:39:24 -07:00
committed by GitHub
co-authored by ShizCalev
parent 709bfeb864
commit 4e1f7228b8
+1 -1
View File
@@ -570,7 +570,7 @@ SUBSYSTEM_DEF(air)
EG.dismantle()
CHECK_TICK
var/msg = "HEY! LISTEN! [DisplayTimeText(world.timeofday - timer)] were wasted processing [starting_ats] turf(s) (connected to [ending_ats - starting_ats] other turfs) with atmos differences at round start."
var/msg = "HEY! LISTEN! [DisplayTimeText(world.timeofday - timer, 0.00001)] were wasted processing [starting_ats] turf(s) (connected to [ending_ats - starting_ats] other turfs) with atmos differences at round start."
to_chat(world, span_boldannounce("[msg]"))
warning(msg)