summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-10-08 23:35:55 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-10-08 23:35:55 +0200 |
commit | 6ef631761688ae94126ddd544b23849fd12ed041 (patch) | |
tree | 6b8a73158c8d96071eb646f9f8266a9b1db386b8 /src/shared/struct/shr_condition.erl | |
parent | ab495fba74091a9b69919f117e9be7de0ebe5959 (diff) |
...
Diffstat (limited to 'src/shared/struct/shr_condition.erl')
-rw-r--r-- | src/shared/struct/shr_condition.erl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shared/struct/shr_condition.erl b/src/shared/struct/shr_condition.erl index cf37531..6d75167 100644 --- a/src/shared/struct/shr_condition.erl +++ b/src/shared/struct/shr_condition.erl @@ -12,7 +12,9 @@ { id :: id(), name :: binary(), - description :: binary() + description :: binary(), + % can it be removed or stolen? Not ranks, for example. + is_transferable :: boolean() } ). |