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