home · contact · privacy
Server, plugin: Refactor thing proliferation.
[plomrogue] / server / config / world_data.py
index dcedabd0529ffdd4f5c51d41c56e3b77d0a205e3..f9e5494149b38fcae8da4d7d7d7ff8dec9c54b25 100644 (file)
@@ -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