Skip to content

Commit

Permalink
Requisitions delivery outlet fix (cmss13-devs#5436)
Browse files Browse the repository at this point in the history
# About the pull request
Fixes the sprite overlay when requisitions delivery tube spits out
items.
<!-- Remove this text and explain what the purpose of your PR is.

Mention if you have tested your changes. If you changed a map, make sure
you used the mapmerge tool.
If this is an Issue Correction, you can type "Fixes Issue #169420" to
link the PR to the corresponding Issue number #169420.

Remember: something that is self-evident to you might not be to others.
Explain your rationale fully, even if you feel it goes without saying.
-->

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: Fixes requisitions delivery tube output overlaying default sprite.
/:cl:
  • Loading branch information
realforest2001 committed Jan 14, 2024
1 parent ca06598 commit 392dac2
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 392dac2

Please sign in to comment.