diff --git a/code/game/gamemodes/cult/ritual.dm b/code/game/gamemodes/cult/ritual.dm
index bcf4afb147..f1d9bd2ab7 100644
--- a/code/game/gamemodes/cult/ritual.dm
+++ b/code/game/gamemodes/cult/ritual.dm
@@ -257,15 +257,11 @@ This file contains the arcane tome files.
to_chat(user, "There is already a rune here.")
return FALSE
-<<<<<<< HEAD
if(T.z != ZLEVEL_STATION && T.z != ZLEVEL_MINING)
to_chat(user, "The veil is not weak enough here.")
-=======
if(!(T.z in GLOB.station_z_levels) && T.z != ZLEVEL_MINING)
to_chat(user, "The veil is not weak enough here.")
-
->>>>>>> 10a3238... Makes the station Z level into a list instead of a single define (#30297)
return FALSE
return TRUE