aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 512dc22..cccf2c8 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -1309,6 +1309,7 @@ class Viewport {
const pairName = this.chatmsg.other_name.toLowerCase();
const pairEmote = this.chatmsg.other_emote.toLowerCase();
pairSprite.style.display = "";
+ pairSprite.style.left = this.chatmsg.other_offset+"%";
pairSprite.src = `${AO_HOST}characters/${pairName}/(a)${pairEmote}.gif`;
} else {
pairSprite.style.display = "none";