From 53b53da148e53a0c9458f76a6c13736dc999ba49 Mon Sep 17 00:00:00 2001 From: David Kotnik Date: Sat, 3 Jan 2026 19:18:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix:=20Add=20StatusEffectSystem.?= =?UTF-8?q?js=20to=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed ReferenceError where StatusEffectSystem was not defined. The system class exists but wasn't included in the HTML. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index d243fad91..0d51f89cb 100644 --- a/index.html +++ b/index.html @@ -143,6 +143,7 @@ +