summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/battle-characters/BattleCharacters/Struct/Character.elm')
-rw-r--r--src/shared/battle-characters/BattleCharacters/Struct/Character.elm4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/battle-characters/BattleCharacters/Struct/Character.elm b/src/shared/battle-characters/BattleCharacters/Struct/Character.elm
index e3ba148..39c7d26 100644
--- a/src/shared/battle-characters/BattleCharacters/Struct/Character.elm
+++ b/src/shared/battle-characters/BattleCharacters/Struct/Character.elm
@@ -14,6 +14,7 @@ module BattleCharacters.Struct.Character exposing
get_statistics,
get_active_weapon,
get_inactive_weapon,
+ is_using_secondary,
switch_weapons,
dirty_switch_weapons,
decoder,
@@ -148,6 +149,9 @@ get_attributes char = char.attributes
get_statistics : Type -> Battle.Struct.Statistics.Type
get_statistics char = char.statistics
+is_using_secondary : Type -> Bool
+is_using_secondary char = char.is_using_secondary
+
switch_weapons : Type -> Type
switch_weapons char =
(refresh_omnimods