X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=server%2Fconfig%2Fworld_data.py;h=e9c6bac21551e7b78b36c295c48e9a76d480c3db;hb=0a56367e8396b2ece4c1bce8a25e93ceabd901c1;hp=45acf4f5a17e0b61b1dc47bbcbe91e8ed39391de;hpb=08f8592f1a1e5d340b6c2372551f0a3da28a07d8;p=plomrogue diff --git a/server/config/world_data.py b/server/config/world_data.py index 45acf4f..e9c6bac 100644 --- a/server/config/world_data.py +++ b/server/config/world_data.py @@ -1,3 +1,8 @@ +# This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 +# or any later version. For details on its copyright, license, and warranties, +# see the file NOTICE in the root directory of the PlomRogue source package. + + """World state database. With sane default values. (Randomness is in rand.)""" world_db = { "TURN": 0,