diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-06 19:55:34 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-11-06 19:55:34 +0100 |
| commit | 6cf67c8a3012cfbe41cc7453962afcc4c0aa6c46 (patch) | |
| tree | 476d0bb0b868d0e2ba708b0fcaa12fe82aa61dae /webAO/client.js | |
| parent | b5a8b9740e9f755d7c82ee81d9ed42c1a22d4f2f (diff) | |
add default length
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 4 |
1 files changed, 4 insertions, 0 deletions
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, |
