Merge pull request #7462 from Citadel-Station-13/kevinz000-patch-5

fixes telekenetic snatching from toilets where some captains hide the spare id
This commit is contained in:
deathride58
2018-08-17 16:50:18 -04:00
committed by GitHub
+1 -1
View File
@@ -54,7 +54,7 @@
else
to_chat(user, "<span class='warning'>You need a tighter grip!</span>")
else if(cistern && !open)
else if(cistern && !open && user.CanReach(src))
if(!contents.len)
to_chat(user, "<span class='notice'>The cistern is empty.</span>")
else