summaryrefslogtreecommitdiff |
diff options
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() } ). |