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 8292a20ae0 - Show all commits

View File

@ -31,7 +31,8 @@ function behavior.new(hp, mana, initiative, isInTurnOrder)
hp = hp or 20,
mana = mana or 10,
initiative = initiative or 10,
isInTurnOrder = isInTurnOrder or true
isInTurnOrder = isInTurnOrder or true,
amIAlive = true
}, behavior)
end