diff options
| author | stonedDiscord <Tukz@gmx.de> | 2026-04-19 17:08:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-19 17:08:02 +0200 |
| commit | ebccd8e85692142141614bab9f4792628c92f7ab (patch) | |
| tree | 94a1083b0a05f46f27d2ba6ea7a1f08505616f83 | |
| parent | a7e664d5527dac59d722cdb48bfd8e3edf86645f (diff) | |
| parent | 0dc59099565a425c520ffc69e1fa9842398ec287 (diff) | |
Merge pull request #305 from AttorneyOnline/update-effects
update effects
| -rw-r--r-- | public/client.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/client.html b/public/client.html index 928aa94..85dc118 100644 --- a/public/client.html +++ b/public/client.html @@ -501,9 +501,7 @@ <select id="effect_select" name="effect_select"> <option value="||">None</option> <option value="realization||sfx-realization">Realization</option> - <option value="hearts||sfx-squee">Hearts</option> - <option value="reaction||sfx-reactionding">Reaction</option> - <option value="impact||sfx-fan">Impact</option> + <option value="confetti||sfx-gallerycheer">Confetti</option> <option value="rain-weak||sfx-rain">Weak Rain</option> <option value="rain||sfx-rain">Rain</option> <option value="rain-strong||sfx-rain">Strong Rain</option> |
