diff options
-rw-r--r-- | lib/Properties.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Properties.hs b/lib/Properties.hs index 1d01216..0bd3d55 100644 --- a/lib/Properties.hs +++ b/lib/Properties.hs @@ -73,7 +73,7 @@ checkMap = do $ complain "The map's tile size must be 32 by 32 pixels." unlessHasProperty "mapCopyright" - $ complain "must give the map's copyright via the \"mapCopyright\" property." + $ suggest "document the map's copyright via the \"mapCopyright\" property." -- TODO: this doesn't catch collisions with the default start layer! whenLayerCollisions (\(Property name _) -> name == "exitUrl" || name == "startLayer") |