mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Prevent resleever attack messages
Don't call ..() when attacked by grabs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user