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:
committed by
CitadelStationBot
parent
f29a3f89d0
commit
c5485faee7
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user