From 6cf67c8a3012cfbe41cc7453962afcc4c0aa6c46 Mon Sep 17 00:00:00 2001 From: stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:55:34 +0100 Subject: add default length --- webAO/client.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/client.js') diff --git a/webAO/client.js b/webAO/client.js index 5656c7c..0aa0dea 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -143,6 +143,10 @@ class Client extends EventEmitter { "src": AO_HOST + "misc/default/takethat_bubble.png", "duration": 840 }, + "custom": { + "src": AO_HOST + "characters//custom.gif", + "duration": 840 + }, "witnesstestimony": { "src": AO_HOST + "themes/" + THEME + "/witnesstestimony.gif", "duration": 1560, -- cgit