Tiles blessed by holy water now block servant warp-in/Eminence snooping (#33584)

* Blessing tiles blocks servant warp

* Removes the color

* Prevents the message from showing on the same turf
This commit is contained in:
Ashe Higgs
2017-12-21 06:37:06 -06:00
committed by CitadelStationBot
parent f29a3f89d0
commit c5485faee7
3 changed files with 19 additions and 1 deletions
@@ -300,6 +300,9 @@
else if(isspaceturf(T))
to_chat(user, "<span class='sevtug_small'>[prob(1) ? "Servant cannot into space." : "You can't teleport into space."]</span>")
return
else if(T.flags_1 & NOJAUNT_1)
to_chat(user, "<span class='sevtug_small'>This tile is blessed by holy water and deflects the warp.</span>")
return
var/area/AR = get_area(T)
if(!AR.clockwork_warp_allowed)
to_chat(user, "<span class='sevtug_small'>[AR.clockwork_warp_fail]</span>")