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