Description fix, blood pack addition and fixed floating text (#13536)

This commit is contained in:
KingOfThePing
2022-04-16 13:55:38 +02:00
committed by GitHub
parent 80b53227c4
commit fedefa4ce3
4 changed files with 47 additions and 4 deletions
+1 -1
View File
@@ -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)