feature/effects #37

Manually merged
neckrat merged 64 commits from feature/effects into main 2026-05-06 10:19:49 +03:00
Showing only changes of commit 52027c8693 - Show all commits

View File

@ -38,6 +38,7 @@ function behavior.new(hp, mana, initiative, class, isInTurnOrder)
mana = mana or 10,
initiative = initiative or 10,
isInTurnOrder = isInTurnOrder or true,
class = "dev_warrior",
amIAlive = true
}, behavior)
end