diff --git a/registration-system/view/signups/game1/js/environment.js b/registration-system/view/signups/game1/js/environment.js
index 333587124b1648f789dd8d0296e97a2b2909b78a..99b1dc60a5898bf2fa3ce7f0b9cb34e6d473a5be 100644
--- a/registration-system/view/signups/game1/js/environment.js
+++ b/registration-system/view/signups/game1/js/environment.js
@@ -80,6 +80,11 @@ Environment.mapEvents = {
     'shop': {
         init: function(svg) {
 
+        }
+    },
+    'ufer': {
+        init: function(svg) {
+
         }
     }
 };
\ No newline at end of file
diff --git a/registration-system/view/signups/game1/maps/ufer.svg b/registration-system/view/signups/game1/maps/ufer.svg
new file mode 100644
index 0000000000000000000000000000000000000000..c419e8d3bc2b36cf1d17705e8baf62cf16632fa8
Binary files /dev/null and b/registration-system/view/signups/game1/maps/ufer.svg differ
diff --git a/registration-system/view/signups/game1/test.html b/registration-system/view/signups/game1/test.html
index fb38bbe1557e9fedec13b64b93c40b705d2e3a11..95a6af09e497415de9218b24438800b57f99f4a7 100644
--- a/registration-system/view/signups/game1/test.html
+++ b/registration-system/view/signups/game1/test.html
@@ -64,7 +64,7 @@
     var FAPI = new FAPI();
     FAPI.methodBasepath = '';
 
-    var maps = ['map_landing', 'castle_entrance', 'castle_fs', 'dorf', 'shop'];
+    var maps = ['map_landing', 'castle_entrance', 'castle_fs', 'dorf', 'shop', 'ufer'];
     var game = new Game({
         startMap: maps[UrlComponents.getValueOf('map') || 0],
         showEventLayers: UrlComponents.getValueOf('showEventLayers') === 'true',