X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server%2Fconfig%2Fthingproliferation.py;fp=server%2Fconfig%2Fthingproliferation.py;h=0000000000000000000000000000000000000000;hb=5b2e37b6247c2853a7cedaa70e0de37815365d18;hp=3e55c8baf254db1d771bec0b04467137a21be7b6;hpb=6e4d41846d1bf07db5c91724bdb559285c6ad096;p=plomrogue diff --git a/server/config/thingproliferation.py b/server/config/thingproliferation.py deleted file mode 100644 index 3e55c8b..0000000 --- a/server/config/thingproliferation.py +++ /dev/null @@ -1,11 +0,0 @@ -# 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. - - -from server.config.world_data import symbols_passable - - -field_spreadable = lambda x, y: x in symbols_passable -thingprol_plugin_conditions = lambda x: True -thingprol_plugin_post_create_hook = lambda x: None