diff --git a/src/common/othello/maps.ts b/src/common/othello/maps.ts
index 7f38d8c678..2d4a55b5dd 100644
--- a/src/common/othello/maps.ts
+++ b/src/common/othello/maps.ts
@@ -378,6 +378,21 @@ export const parallel: Map = {
 	]
 };
 
+export const lackOfBlack: Map = {
+	name: 'Lack of Black',
+	category: '8x8',
+	data: [
+		'--------',
+		'--------',
+		'--------',
+		'---w----',
+		'---bw---',
+		'--------',
+		'--------',
+		'--------'
+	]
+};
+
 export const squareParty: Map = {
 	name: 'Square Party',
 	category: '8x8',