aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-01 11:11:46 +0200
committersD <stoned@derpymail.org>2020-08-01 11:11:46 +0200
commitb03661e4a760b5fb87620e8c37687cdce630bf77 (patch)
treebe77506f8d9916212b9df16975e9b316508d22ff /webAO/client.js
parent078c086cd02aa209062e003fac67df3201c4684b (diff)
parentb0b4e666a42b324beb0b00c930999aad8aace93c (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 515af14..e075c90 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -267,14 +267,14 @@ class Client extends EventEmitter {
extra_cccc = `${showname}#${other_charid}#${self_offset}#${noninterrupting_preanim}#`;
if (extrafeatures.includes("looping_sfx")) {
- const frame_screenshake = "";
- const frame_realization = "";
- const frame_sfx = "";
+ const frame_screenshake = "-";
+ const frame_realization = "-";
+ const frame_sfx = "-";
extra_27 = `${looping_sfx}#${screenshake}#${frame_screenshake}#${frame_realization}#${frame_sfx}#`;
if (extrafeatures.includes("effects")) {
const additive = 0;
- const effect = "";
+ const effect = "-";
extra_28 = `${additive}#${effect}#`;
}