aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
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}#`;
}