summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-01-17 17:51:37 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-01-17 17:51:37 +0100 |
commit | a554d67b69ab05185aa256140032eb43ad786580 (patch) | |
tree | 2f15c43a17f72b20e8309a9afbf609020c1d90b9 /src | |
parent | 3414cdf4369d7dd0a51e64632ecd3b99843e7074 (diff) |
...
Diffstat (limited to 'src')
-rw-r--r-- | src/battle/struct/btl_character.erl | 2 |
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 }. |