From 78b67f462da04dba446183d44d5afb03843f4dda Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 8 Oct 2019 16:24:49 +0200 Subject: Trying things... --- src/shared/struct/shr_condition.erl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/shared/struct/shr_condition.erl') diff --git a/src/shared/struct/shr_condition.erl b/src/shared/struct/shr_condition.erl index 5b6f0e9..ec2493a 100644 --- a/src/shared/struct/shr_condition.erl +++ b/src/shared/struct/shr_condition.erl @@ -13,8 +13,7 @@ id :: id(), name :: binary(), description :: binary(), - triggers :: ordset:ordset(trigger()), - effect :: list() + triggers :: ordset:ordset(trigger()) } ). @@ -25,7 +24,11 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - +-export +( + [ + ] +). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LOCAL FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3-70-g09d2