From 374d81b1cc1b638ae8b2504f8e8c7b4929a679a7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 14 Oct 2019 22:44:01 +0200 Subject: ... --- include/tacticians/conditions.hrl | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') 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). -- cgit v1.2.3-70-g09d2