| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'src/roster-editor/src/Struct/Portrait.elm')
| -rw-r--r-- | src/roster-editor/src/Struct/Portrait.elm | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/roster-editor/src/Struct/Portrait.elm b/src/roster-editor/src/Struct/Portrait.elm index 125a416..400b64d 100644 --- a/src/roster-editor/src/Struct/Portrait.elm +++ b/src/roster-editor/src/Struct/Portrait.elm @@ -2,7 +2,7 @@ module Struct.Portrait exposing     (        Type,        Ref, -      none, +      default,        get_id,        get_name,        get_body_id, @@ -36,8 +36,8 @@ type alias Ref = String  --------------------------------------------------------------------------------  -- EXPORTED --------------------------------------------------------------------  -------------------------------------------------------------------------------- -none : Type -none = +default : Type +default =     {        id = "cat",        name = "Black Cat", | 


