home · contact · privacy
Only save maps that have been modified from default.
[plomrogue2] / plomrogue / mapping.py
index 99924bc599bdf396c68115463fafbe4fba23eb99..09845fae1aa219b7421b0cb45ed4868182c248af 100644 (file)
@@ -206,6 +206,7 @@ class Map():
             yield (y, self.terrain[y * width:(y + 1) * width])
 
 
+
 class SourcedMap(Map):
 
     def __init__(self, source_maps, source_center, radius, get_map):