Browse Source

add `image` to existing locations

Stephan Fuchs 2 months ago
parent
commit
69684c3a36

+ 2 - 1
sugarcube/src/locations/city/mall/torgcentr.ts

@@ -3,5 +3,6 @@ setup.locations.torgcentr={
         daysBL:['SU'],
 	    begin:[8,0],
 	    end:[21,0]
-    }
+    },
+    image:''
 }

+ 2 - 1
sugarcube/src/locations/restaurants/roadhouse/roadhouse.ts

@@ -8,7 +8,8 @@ setup.locations.city_kafe = {
 		daysBL:['MO'],
 		begin:[12,0],
 		end:[23,0]
-	}
+	},
+    image:''
 }
 
 setup.jobs ??= {};

+ 2 - 1
sugarcube/src/locations/stores/shop/shop.ts

@@ -3,5 +3,6 @@ setup.locations.shop={
         daysBL:['SU'],
 	    begin:[6,0],
 	    end:[22,0]
-    }
+    },
+    image:''
 }