summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-01-17 17:51:37 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-01-17 17:51:37 +0100
commita554d67b69ab05185aa256140032eb43ad786580 (patch)
tree2f15c43a17f72b20e8309a9afbf609020c1d90b9
parent3414cdf4369d7dd0a51e64632ecd3b99843e7074 (diff)
...
-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
}.