Update ritual.dm

This commit is contained in:
LetterJay
2017-09-11 15:54:38 -05:00
committed by GitHub
parent 1f7db947e4
commit 16912124e5
+1 -2
View File
@@ -257,11 +257,10 @@ This file contains the arcane tome files.
to_chat(user, "<span class='cult'>There is already a rune here.</span>")
return FALSE
if(T.z != ZLEVEL_STATION && T.z != ZLEVEL_MINING)
to_chat(user, "<span class='warning'>The veil is not weak enough here.")
if(!(T.z in GLOB.station_z_levels) && T.z != ZLEVEL_MINING)
to_chat(user, "<span class='warning'>The veil is not weak enough here.</span>")
return FALSE
return TRUE