This commit is contained in:
SandPoot
2023-02-21 01:55:49 -03:00
parent b86c508b5a
commit d287fc25ca
9 changed files with 15 additions and 1 deletions

View File

@@ -164,7 +164,6 @@
message.maptext_height = mheight
message.maptext_x = (CHAT_MESSAGE_WIDTH - owner.bound_width) * -0.5
message.maptext = MAPTEXT(complete_text)
message.pixel_x = -target.pixel_x //Dogborgs and other wide boys have a pixel offset. This accounts for that
// View the message
LAZYADDASSOC(owned_by.seen_messages, message_loc, src)

View File

@@ -730,6 +730,7 @@
return
//new size detected
holder.resize = features["body_size"] / old_size
holder.maptext_height = 32 * features["body_size"] // Adjust runechat height
holder.update_transform()
if(iscarbon(holder))
var/mob/living/carbon/C = holder