mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fix telekenetic toilet cistern item retrieve exploit (#39720)
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