mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Lohikar's bugfixes (#6364)
This commit is contained in:
committed by
Werner
parent
edebe4c72f
commit
15640f0286
@@ -28,7 +28,7 @@
|
||||
return // no, bad
|
||||
|
||||
/obj/effect/hoist_hook/MouseDrop_T(atom/movable/AM,mob/user)
|
||||
if (use_check(user, USE_DISALLOW_SILICONS))
|
||||
if (use_check_and_message(user, USE_DISALLOW_SILICONS))
|
||||
return
|
||||
|
||||
if (!AM.simulated || AM.anchored)
|
||||
|
||||
Reference in New Issue
Block a user