mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Maptext 2023 tweaks [NO GBP] (#76397)
## About The Pull Request - In PR https://github.com/tgstation/tgstation/pull/76356 missed a few bits of maptext around, such as shuttle signs and the supermatter. Small text adjustments/fixes here. - Large amount of feedback about the context tooltips. Increases size, lightens default color as to not be too imposing. 🆑 LT3 qol: Context tooltip size increased fix: Fixed remnants of old maptext code on various things /🆑
This commit is contained in:
@@ -104,9 +104,9 @@
|
||||
|
||||
last_color_index = (last_color_index % colors.len) + 1
|
||||
|
||||
var/message = "<b style='color: [colors[last_color_index]]; text-align: center; font-size: 32px'>"
|
||||
message += "HEY! An admin is trying to talk to you!<br>Check your chat window, and click their name to respond!"
|
||||
message += "</b>"
|
||||
var/message = "<span style='color: [colors[last_color_index]]; text-align: center; font-size: 24pt'>"
|
||||
message += "HEY!<br>An admin is trying to talk to you!<br>Check your chat window,<br>and click their name to respond!"
|
||||
message += "</span>"
|
||||
|
||||
maptext = MAPTEXT(message)
|
||||
last_update_time = world.time
|
||||
|
||||
Reference in New Issue
Block a user