From 6db2219f20c8ed6a7bc477cdbd27b9c08b1c4f73 Mon Sep 17 00:00:00 2001 From: Robustin Date: Tue, 6 Feb 2018 16:43:06 -0500 Subject: [PATCH] Reverts oysters (#35361) --- code/modules/antagonists/cult/ritual.dm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/code/modules/antagonists/cult/ritual.dm b/code/modules/antagonists/cult/ritual.dm index 00ec291755..20ac8c88cf 100644 --- a/code/modules/antagonists/cult/ritual.dm +++ b/code/modules/antagonists/cult/ritual.dm @@ -138,21 +138,10 @@ This file contains the cult dagger and rune list code if(isspaceturf(T)) to_chat(user, "You cannot scribe runes in space!") return FALSE - if(locate(/obj/effect/rune) in T) to_chat(user, "There is already a rune here.") return FALSE - - if(!is_station_level(T.z) && !is_mining_level(T.z)) to_chat(user, "The veil is not weak enough here.") - return FALSE - - var/area/A = get_area(T) - if(A && !A.blob_allowed) - to_chat(user, "There's a passage in [src] specifically forbidding oyster consumption, triple-frying, and building outside of designated cult zones.") - return FALSE - - return TRUE