[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 01:40:04 +01:00
committed by GitHub
parent fefebcf087
commit 9dfb7a1189
25 changed files with 39 additions and 36 deletions

View File

@@ -988,7 +988,7 @@ world
letter = lowertext(letter)
var/image/text_image = new(loc = A)
text_image.maptext = "<font size = 4>[letter]</font>"
text_image.maptext = MAPTEXT("<font size = 4>[letter]</font>")
text_image.pixel_x = 7
text_image.pixel_y = 5
qdel(atom_icon)