summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tacticians/conditions.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/tacticians/conditions.hrl b/include/tacticians/conditions.hrl
index 5c0f82a..8af2033 100644
--- a/include/tacticians/conditions.hrl
+++ b/include/tacticians/conditions.hrl
@@ -33,3 +33,11 @@
-define(CONDITION_TRIGGER_DEFINED_ACTORS_FOR_OWN_HIT, dafowh).
-define(CONDITION_TRIGGER_DEFINED_ACTORS_FOR_OTHER_HIT, dafoth).
-define(CONDITION_TRIGGER_DEFINED_ACTORS_FOR_ANY_HIT, dafanh).
+
+-define(CONDITION_TRIGGER_MAY_HAVE_BEEN_KILLED, mhbk).
+-define(CONDITION_TRIGGER_MAY_HAVE_KILLED, mhk).
+-define(CONDITION_TRIGGER_ANY_POSSIBLE_KILL, pk).
+-define(CONDITION_TRIGGER_HAS_DIED, hd).
+
+-define(CONDITION_TRIGGER_PLAYER_DEFEAT, pd).
+-define(CONDITION_TRIGGER_A_CHARACTER_HAS_DIED, achd).