🔧 Fix: Add StatusEffectSystem.js to index.html

Fixed ReferenceError where StatusEffectSystem was not defined.
The system class exists but wasn't included in the HTML.
This commit is contained in:
2026-01-03 19:18:00 +01:00
parent 4ebd00e9b0
commit 53b53da148

View File

@@ -143,6 +143,7 @@
<script src="src/systems/AchievementTriggers.js"></script>
<script src="src/systems/StarterChestSystem.js"></script>
<script src="src/systems/GemDropSystem.js"></script>
<script src="src/systems/StatusEffectSystem.js"></script> <!-- 🌈 Status Effects -->
<!-- Multiplayer -->
<!-- <script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script> -->