Merge pull request #2095 from CHOMPStationBot/upstream-merge-10502

[MIRROR] Fix chat message on different size mobs
This commit is contained in:
Nadyr
2021-05-31 03:26:04 -04:00
committed by GitHub
+1 -1
View File
@@ -184,7 +184,7 @@ var/list/runechat_image_cache = list()
message.plane = PLANE_RUNECHAT
message.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA | KEEP_APART
message.alpha = 0
message.pixel_y = owner.bound_height * 0.95
message.pixel_y = (owner.bound_height * 0.95)*owner.size_multiplier
message.maptext_width = msgwidth
message.maptext_height = mheight
message.maptext_x = (msgwidth - owner.bound_width) * -0.5