added so player can cast Flame spell

This commit is contained in:
2026-01-24 01:03:48 +01:00
parent 9b4135b175
commit 262ce5b351
70 changed files with 2352 additions and 65 deletions

View File

@@ -31,7 +31,8 @@ enum WeaponType {
DAGGER,
STAFF,
SPEAR,
MACE
MACE,
SPELLBOOK
}
var use_function = null