mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
more font tag replacements (#17123)
* more font tag replacements * few more * more span conversion (#9) --------- Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
if(display_contents_with_number)
|
||||
for(var/datum/numbered_display/ND in display_contents)
|
||||
ND.sample_object.screen_loc = "[cx]:16,[cy]:16"
|
||||
ND.sample_object.maptext = "<font color='white'>[(ND.number > 1)? "[ND.number]" : ""]</font>"
|
||||
ND.sample_object.maptext = span_white("[(ND.number > 1)? "[ND.number]" : ""]")
|
||||
ND.sample_object.hud_layerise()
|
||||
var/atom/movable/storage_slot/SS = new(null, ND.sample_object)
|
||||
SS.screen_loc = ND.sample_object.screen_loc
|
||||
|
||||
Reference in New Issue
Block a user