Merge pull request #10938 from Arturlang/patch-7

[s]Fixes ore boxes being emptyable by ghosts
This commit is contained in:
Ghom
2020-02-06 20:29:27 +01:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@
structureclimber.visible_message("<span class='warning'>[structureclimber] has been knocked off [src].", "You're knocked off [src]!", "You see [structureclimber] get knocked off [src].</span>")
/obj/structure/ui_act(action, params)
..()
. = ..()
add_fingerprint(usr)
/obj/structure/MouseDrop_T(atom/movable/O, mob/user)