The Radiance (eminence after ratvar awakens) can now ignore chapel tiles (#33873)

This commit is contained in:
MoreRobustThanYou
2017-12-29 03:53:59 -05:00
committed by CitadelStationBot
parent 96543b5e63
commit 07ba4e8189
@@ -33,7 +33,7 @@
last_failed_turf = T
to_chat(src, "<span class='warning'>This turf is consecrated and can't be crossed!</span>")
return
if(istype(get_area(T), /area/chapel))
if(!GLOB.ratvar_awakens && istype(get_area(T), /area/chapel))
to_chat(src, "<span class='warning'>The Chapel is hallowed ground under a heretical deity, and can't be accessed!</span>")
return
forceMove(T)