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

Tweak: Bucket Lids and Water Tanks #757

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions code/modules/reagents/reagent_containers/glass_containers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,11 @@
container_type = OPENCONTAINER
dog_fashion = /datum/dog_fashion/head/bucket

/obj/item/reagent_containers/glass/bucket/update_overlays()
. = ..()
if(!is_open_container())
. += "lid_[initial(icon_state)]"

/obj/item/reagent_containers/glass/bucket/wooden
name = "wooden bucket"
icon_state = "woodbucket"
Expand Down
1 change: 1 addition & 0 deletions code/modules/reagents/reagent_dispenser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
name = "water tank"
desc = "A water tank."
icon_state = "water"
anchored = TRUE

/obj/structure/reagent_dispensers/watertank/high
name = "high-capacity water tank"
Expand Down
Binary file modified icons/obj/janitor.dmi
Binary file not shown.
Loading