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

Stop people with TK being able to instantly teleport onto weight machines
This commit is contained in:
Tom
2021-12-01 13:19:20 +00:00
committed by GitHub
parent eda469b767
commit b4d1f582fa
+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