[MIRROR] Fixes another TK teleportation trick, but more literally [MDB IGNORE] (#9803)

* Fixes another TK teleportation trick, but more literally (#63125)

Stop people with TK being able to instantly teleport onto weight machines

* Fixes another TK teleportation trick, but more literally

Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-12-01 16:24:23 +01:00
committed by GitHub
parent 23df17fa5a
commit 0ab153e59f
+2
View File
@@ -34,6 +34,8 @@
. = ..()
if(.)
return
if(!user.canUseTopic(src, BE_CLOSE, FALSE, NO_TK))
return
if(obj_flags & IN_USE)
to_chat(user, span_warning("It's already in use - wait a bit!"))
return