summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/battle/struct/btl_character.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/struct/btl_character.erl b/src/battle/struct/btl_character.erl
index f5b230d..53e80aa 100644
--- a/src/battle/struct/btl_character.erl
+++ b/src/battle/struct/btl_character.erl
@@ -246,7 +246,7 @@ new
armor_id = ArmorID,
location = Location,
current_health = shr_statistics:get_health(CurrentStatistics),
- is_active = false,
+ is_active = (PlayerIX == 0),
is_defeated = false,
permanent_omnimods = PermanentOmnimods
}.