summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-10-08 23:35:55 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2019-10-08 23:35:55 +0200
commit6ef631761688ae94126ddd544b23849fd12ed041 (patch)
tree6b8a73158c8d96071eb646f9f8266a9b1db386b8 /src/shared/struct
parentab495fba74091a9b69919f117e9be7de0ebe5959 (diff)
...
Diffstat (limited to 'src/shared/struct')
-rw-r--r--src/shared/struct/shr_condition.erl4
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()
}
).