Prevent resleever attack messages

Don't call ..() when attacked by grabs.
This commit is contained in:
Arokha Sieyes
2017-03-04 00:59:42 -05:00
parent 3fb7405634
commit 4837551e28
+3 -1
View File
@@ -434,7 +434,9 @@
var/mob/M = G.affecting
if(put_mob(M))
qdel(G)
src.updateUsrDialog()
src.updateUsrDialog()
return //Don't call up else we'll get attack messsages
return ..()
/obj/machinery/transhuman/resleever/proc/putmind(var/datum/transhuman/mind_record/MR)