summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/tacticians/conditions.hrl')
-rw-r--r--include/tacticians/conditions.hrl8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tacticians/conditions.hrl b/include/tacticians/conditions.hrl
index cc27972..3558732 100644
--- a/include/tacticians/conditions.hrl
+++ b/include/tacticians/conditions.hrl
@@ -54,8 +54,8 @@
-define(CONDITION_TRIGGER_HAS_SWITCHED_WEAPONS, hsw).
-define(CONDITION_TRIGGER_A_CHARACTER_HAS_SWITCHED_WEAPONS, achsw).
--define(CONDITION_TRIGGER_ABOUT_TO_CAST_SKILL, atcs).
--define(CONDITION_TRIGGER_A_CHARACTER_IS_ABOUT_TO_CAST_SKILL, aciatcs).
+-define(CONDITION_TRIGGER_ABOUT_TO_USE_THEIR_SKILL, atcs).
+-define(CONDITION_TRIGGER_A_CHARACTER_IS_ABOUT_TO_USE_THEIR_SKILL, aciatcs).
--define(CONDITION_TRIGGER_HAS_CAST_SKILL, hcs).
--define(CONDITION_TRIGGER_A_CHARACTER_HAS_CAST_SKILL, achcs).
+-define(CONDITION_TRIGGER_HAS_USED_THEIR_SKILL, hcs).
+-define(CONDITION_TRIGGER_A_CHARACTER_HAS_USED_THEIR_SKILL, achcs).