Skip to content

Commit

Permalink
>people think burn victims are better than literally-cant-see-shit (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamgoofball authored and ShizCalev committed Jan 22, 2018
1 parent 14fd1e3 commit e3db726
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/gamemodes/cult/ritual.dm
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,11 @@ This file contains the arcane tome files.
if(!is_station_level(T.z) && !is_mining_level(T.z))
to_chat(user, "<span class='warning'>The veil is not weak enough here.</span>")
return FALSE

var/area/A = get_area(T)
if(A && !A.blob_allowed)
to_chat(user, "<span class='warning'>There's a passage in [src] specifically forbidding oyster consumption, triple-frying, and building outside of designated cult zones.</span>")
return FALSE


return TRUE

0 comments on commit e3db726

Please sign in to comment.