mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user