home · contact · privacy
Server, plugin: Fix buggy passing of strings to C library.
[plomrogue] / server / config / world_data.py
index f9e5494149b38fcae8da4d7d7d7ff8dec9c54b25..8e5a781dac66acc70b10b4f8555b8e110ee23d0f 100644 (file)
@@ -50,6 +50,7 @@ thingtype_defaults = {
 }
 
 symbols_passable = "."
+symbols_hide = "X"
 
 thingprol_field_spreadable = lambda x, y: x in symbols_passable
 thingprol_test_hook = lambda x: True