From 124cc7160d80bc9fcafd1a1592fa046ef44d6ef7 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 4 Jun 2019 14:53:34 +0200 Subject: ... --- src/battle/struct/btl_attack.erl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/battle/struct/btl_attack.erl') diff --git a/src/battle/struct/btl_attack.erl b/src/battle/struct/btl_attack.erl index 481e07f..189cb0e 100644 --- a/src/battle/struct/btl_attack.erl +++ b/src/battle/struct/btl_attack.erl @@ -5,7 +5,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TYPES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --type order() :: ('first' | 'second' | 'counter'). +-type order() :: ('first' | 'second' | 'counter' | 'opportunity'). -type precision() :: ('misses' | 'grazes' | 'hits'). -record @@ -35,7 +35,8 @@ [ get_sequence/3, get_description_of/5, - apply_to_healths_and_lucks/5 + apply_to_healths_and_lucks/5, + new_opportunity/2, ] ). -- cgit v1.2.3-70-g09d2