From 91ef59f76b19f72eaf134a3274e96d14314aa31f Mon Sep 17 00:00:00 2001
From: spherallic <spherallic@gmail.com>
Date: Fri, 31 Mar 2023 13:36:54 +0200
Subject: [PATCH] Fix tiny regression with special stage tally

---
 src/y_inter.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/y_inter.c b/src/y_inter.c
index 7faceff50e..1e070260eb 100644
--- a/src/y_inter.c
+++ b/src/y_inter.c
@@ -1139,7 +1139,7 @@ void Y_Ticker(void)
 			data.spec.emeraldmomy = 20;
 			data.spec.emeraldy = -40;
 		}
-		else
+		else if (P_GetNextEmerald() < 7)
 		{
 			if (!stagefailed)
 			{
-- 
GitLab