Lohikar's bugfixes (#6364)

This commit is contained in:
Mykhailo Bykhovtsev
2019-05-05 23:06:48 +02:00
committed by Werner
parent edebe4c72f
commit 15640f0286
50 changed files with 124 additions and 72 deletions
+1 -1
View File
@@ -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)