mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Description fix, blood pack addition and fixed floating text (#13536)
This commit is contained in:
@@ -63,7 +63,7 @@ var/list/floating_chat_colors = list()
|
||||
|
||||
style = "font-family: 'Small Fonts'; -dm-text-outline: 1 black; font-size: [size]px; [style]"
|
||||
I.maptext = "<center><span style=\"[style]\">[message]</span></center>"
|
||||
animate(I, 1, alpha = 255, pixel_y = 16)
|
||||
animate(I, 1, alpha = 255, pixel_y = 23)
|
||||
|
||||
for(var/image/old in holder.stored_chat_text)
|
||||
animate(old, 2, pixel_y = old.pixel_y + 8)
|
||||
|
||||
Reference in New Issue
Block a user