From 2c3f54cc2eeb4f543099a9f6a2486e12bd2ca91d Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Sun, 25 Oct 2015 17:59:05 -0500 Subject: [PATCH] Xenobio fix --- code/modules/recycling/disposal-unit.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/recycling/disposal-unit.dm b/code/modules/recycling/disposal-unit.dm index 7294dbcb178..0607f28e607 100644 --- a/code/modules/recycling/disposal-unit.dm +++ b/code/modules/recycling/disposal-unit.dm @@ -98,7 +98,7 @@ return 1 // mouse drop another mob or self -// + /obj/machinery/disposal/MouseDrop_T(mob/living/target, mob/living/user) if(istype(target)) stuff_mob_in(target, user) @@ -134,6 +134,7 @@ target.visible_message("[user] has placed [target] in [src].", \ "[user] has placed [target] in [src].") add_logs(user, target, "stuffed", addition="into [src]") + target.LAssailant = user update() // can breath normally in the disposal