diff --git a/modular_chomp/code/modules/recycling/v_garbosystem.dm b/modular_chomp/code/modules/recycling/v_garbosystem.dm index 2dd55c70ce..10b3e45205 100644 --- a/modular_chomp/code/modules/recycling/v_garbosystem.dm +++ b/modular_chomp/code/modules/recycling/v_garbosystem.dm @@ -96,4 +96,8 @@ if(items_taken) //Lazy coder sound design moment. playsound(src, 'sound/items/poster_being_created.ogg', 50, 1) playsound(src, 'sound/items/electronic_assembly_emptying.ogg', 50, 1) - playsound(src, 'sound/effects/metalscrape2.ogg', 50, 1) \ No newline at end of file + playsound(src, 'sound/effects/metalscrape2.ogg', 50, 1) + +/obj/machinery/v_garbosystem/emag_act(var/remaining_charges, var/mob/user, var/emag_source) + emagged = !emagged + update() \ No newline at end of file