Removes Grab from photocopier

This commit is contained in:
KorPhaeron
2016-01-24 19:11:09 -06:00
parent 1ab4d75e1e
commit b80f5c095f
-5
View File
@@ -268,11 +268,6 @@
user << "<span class='notice'>You [anchored ? "unwrench" : "wrench"] [src].</span>"
anchored = !anchored
else if(istype(O, /obj/item/weapon/grab)) //For ass-copying.
var/obj/item/weapon/grab/G = O
if(ismob(G.affecting) && G.affecting != ass)
MouseDrop_T(G.affecting, user)
/obj/machinery/photocopier/ex_act(severity, target)
switch(severity)
if(1)