summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-04-07 04:18:29 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-04-07 04:18:29 +0200 |
commit | 526f9be120ac1ebd1c9014148f663dba10158c52 (patch) | |
tree | b58f0a5d69873372407be60cc3f256d64d5fe64c /src/bounty | |
parent | c2c5256a947691cd5103db24d757b14feef82e3c (diff) |
...
Diffstat (limited to 'src/bounty')
-rw-r--r-- | src/bounty/bnt_join_battle.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bounty/bnt_join_battle.erl b/src/bounty/bnt_join_battle.erl index 3fccccc..f1a8c10 100644 --- a/src/bounty/bnt_join_battle.erl +++ b/src/bounty/bnt_join_battle.erl @@ -87,10 +87,10 @@ create_character (PlayerIX, RosterChar, Map, ForbiddenLocations) -> btl_character:new ( PlayerIX, - optional, Location, ResolvedBaseChar, - btl_conditions:new() + btl_conditions:new(), + btl_status_indicators:new() ), btl_character:to_unresolved(Result). |