mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Fix chat message on different size mobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user