Skip to content

Commit

Permalink
Merge branch 'master' into predandpredalienstuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-byte3D authored Jan 14, 2024
2 parents 328f09f + 392dac2 commit f917c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/recycling/disposal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@
//Expel the contents of the holder object, then delete it. Called when the holder exits the outlet
/obj/structure/disposaloutlet/proc/expel(obj/structure/disposalholder/H)

flick("outlet-open", src)
flick("[icon_state]-open", src)
playsound(src, 'sound/machines/warning-buzzer.ogg', 25, 0)
sleep(20) //Wait until correct animation frame
playsound(src, 'sound/machines/hiss.ogg', 25, 0)
Expand Down

0 comments on commit f917c41

Please sign in to comment.