Skip to content

Commit

Permalink
Крепим бак с водой и добавляем крышку вёдрам
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRomainzZ committed Nov 23, 2023
1 parent 10e0abe commit 6c352b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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.

0 comments on commit 6c352b1

Please sign in to comment.