Merge pull request #9446 from Sishen1542/ung

abscond can no longer be cast from inside a locker
This commit is contained in:
kevinz000
2019-10-10 02:11:17 -07:00
committed by GitHub
@@ -216,6 +216,9 @@
if(is_reebe(invoker.z))
to_chat(invoker, "<span class='danger'>You're already at Reebe.</span>")
return
if(!isturf(invoker.loc))
to_chat(invoker, "<span class='danger'>You must be visible to return!</span>")
return
return TRUE
/datum/clockwork_scripture/abscond/recital()