X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=server%2Fconfig%2Fworld_data.py;h=e8639c5b551494f4e4a92952e650bb9b5ac31664;hb=fbfdf2ed32f5fed64b3940c84c0b0b0aa814818b;hp=45acf4f5a17e0b61b1dc47bbcbe91e8ed39391de;hpb=fa1580196b809e6f14e59e59fe92d36664b49f27;p=plomrogue diff --git a/server/config/world_data.py b/server/config/world_data.py index 45acf4f..e8639c5 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, @@ -5,6 +10,7 @@ world_db = { "PLAYER_TYPE": 0, "WORLD_ACTIVE": 0, "MAP": False, + "PLUGIN": [], "ThingActions": {}, "ThingTypes": {}, "Things": {}