| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-10-14 22:44:01 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-10-14 22:44:01 +0200 | 
| commit | 374d81b1cc1b638ae8b2504f8e8c7b4929a679a7 (patch) | |
| tree | f47bfa7896da4d24fec106b07e91084b33403078 /include | |
| parent | 0e980b08f266b48d9b40f5d58fa40e1a748f8bbf (diff) | |
...
Diffstat (limited to 'include')
| -rw-r--r-- | include/tacticians/conditions.hrl | 8 | 
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). | 


