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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user