Skip to content

Commit

Permalink
merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Mar 28, 2024
1 parent 69c1ba0 commit 9de6fbc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/modules/reagents/chemistry/machinery/reagentgrinder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -419,20 +419,10 @@

Shake(duration = duration)
operating = TRUE
<<<<<<< HEAD
if(!silent)
if(!juicing)
playsound(src, 'sound/machines/blender.ogg', 50, TRUE)
else
playsound(src, 'sound/machines/juicer.ogg', 20, TRUE)
use_energy(active_power_usage * time / (1 SECONDS))
addtimer(CALLBACK(src, PROC_REF(stop_operating)), time / speed)
=======
if(!juicing)
playsound(src, 'sound/machines/blender.ogg', 50, TRUE)
else
playsound(src, 'sound/machines/juicer.ogg', 20, TRUE)
>>>>>>> 7356d10bc6d ([MIRROR] General maintenance for reagent grinder (#1642))

var/total_weight
for(var/obj/item/weapon in src)
Expand Down

0 comments on commit 9de6fbc

Please sign in to comment.