[MIRROR] Everything that uses maptext now uses the class that makes it actually readable (#2116)

* Everything that uses maptext now uses the class that makes it actually readable

* Update chatmessage.dm

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2020-12-11 00:40:04 +00:00
committed by GitHub
co-authored by Jared-Fogle Gandalf
parent fefebcf087
commit 9dfb7a1189
25 changed files with 39 additions and 36 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
displayed_text = new_val
if(displayed_text)
maptext = "<span class='maptext'><font size = [text_size]>[displayed_text]</font></span>"
maptext = MAPTEXT("<font size = [text_size]>[displayed_text]</font>")
else
maptext = null