Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bidons and Chemistry QOL #9131

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update code/modules/reagents/reagent_containers/bidon.dm
Co-authored-by: Atermonera <[email protected]>
hex37 and Atermonera authored Aug 21, 2023
commit 07fde9f2e0de969fa4b3a71f7e40830cce518511
2 changes: 0 additions & 2 deletions code/modules/reagents/reagent_containers/bidon.dm
Original file line number Diff line number Diff line change
@@ -125,8 +125,6 @@
lid = FALSE
atom_flags |= ATOM_REAGENTS_IS_OPEN
playsound(src,'sound/items/trayhit2.ogg',50,1)
update_icon()
return
else if(lid)
to_chat(user, SPAN_NOTICE("Remove the lid first."))
return