X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=server%2Fconfig%2Fworld_data.py;h=f9e5494149b38fcae8da4d7d7d7ff8dec9c54b25;hb=56c719c341e67c42d28381e6d4a06a3e87f0688f;hp=dcedabd0529ffdd4f5c51d41c56e3b77d0a205e3;hpb=f8865085362ad23898ac4b6a00db3b915226d9d3;p=plomrogue diff --git a/server/config/world_data.py b/server/config/world_data.py index dcedabd..f9e5494 100644 --- a/server/config/world_data.py +++ b/server/config/world_data.py @@ -50,3 +50,7 @@ thingtype_defaults = { } symbols_passable = "." + +thingprol_field_spreadable = lambda x, y: x in symbols_passable +thingprol_test_hook = lambda x: True +thingprol_post_create_hook = lambda x: None