'Dead' page
diff --git a/js/utils.js b/js/utils.js
index b4795ce..621bbe1 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -53,7 +53,7 @@
 			
 			// Check if user is dead
 			if (!user.mort) user.mort = check_requests(info, user);
-			else window.location.href= "./index.php";
+			else window.location.href= "./dead.php";
 			
 			// Check if there has been a change of victim					
 			if (info.quimata != user.quimata) {