X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=server%2Fconfig%2Fworld_data.py;h=f9e5494149b38fcae8da4d7d7d7ff8dec9c54b25;hb=5b2e37b6247c2853a7cedaa70e0de37815365d18;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