summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-06-06 16:36:13 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-06-06 16:36:13 +0200 |
commit | c3afe2633025641dd02e05d6c55dd9cafc42b8a2 (patch) | |
tree | 3f3865aada81ffa88f5c559ca3da1fcf3dd7c254 /src/battle/mechanic/action/btl_action_switch_weapon.erl | |
parent | d6d0920325e77bf39da69006f8e86c2f900ca86b (diff) |
It compiles and mostly passes Dialyzer's tests.
Diffstat (limited to 'src/battle/mechanic/action/btl_action_switch_weapon.erl')
-rw-r--r-- | src/battle/mechanic/action/btl_action_switch_weapon.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/mechanic/action/btl_action_switch_weapon.erl b/src/battle/mechanic/action/btl_action_switch_weapon.erl index cf1a31a..7d8a81b 100644 --- a/src/battle/mechanic/action/btl_action_switch_weapon.erl +++ b/src/battle/mechanic/action/btl_action_switch_weapon.erl @@ -1,4 +1,4 @@ --module(btl_turn_actions_switch_weapon). +-module(btl_action_switch_weapon). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |