Update scripture_drivers.dm

This commit is contained in:
Sishen
2019-10-08 11:36:38 -04:00
parent 35b54f9b53
commit 5df84d6ab5
@@ -216,6 +216,9 @@
if(is_reebe(invoker.z))
to_chat(invoker, "<span class='danger'>You're already at Reebe.</span>")
return
if(invoker.z == 0)
to_chat(invoker, "<span class='danger'>You must be visible to return!</span>")
return
return TRUE
/datum/clockwork_scripture/abscond/recital()