diff --git a/game/03-JavaScript/ingame.js b/game/03-JavaScript/ingame.js
index 47bede9e2e56da3ec9d8be7b2b4a8cdfcdba88e7..2931b1d056d5feaac4d7a5687d17fc4a7c1a4ccc 100644
--- a/game/03-JavaScript/ingame.js
+++ b/game/03-JavaScript/ingame.js
@@ -602,7 +602,7 @@ function getRobinLocation() {
 		return;
 	} else if (V.robinlocationoverride && V.robinlocationoverride.during.includes(Time.hour)) {
 		T.robin_location = V.robinlocationoverride.location;
-	} else if (["docks", "landfill", "dinner", "pillory"].includes(V.robinmissing)) {
+	} else if (["docks", "landfill", "dinner", "pillory", "mansion"].includes(V.robinmissing)) {
 		T.robin_location = V.robinmissing;
 	} else if (!between(Time.hour, 7, 20)) {
 		// if hour is 6 or lower, or 21 or higher.