Skip to content

Commit

Permalink
Update glass.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
grifp71 authored Mar 11, 2024
1 parent 30d32db commit 124e178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/reagent_containers/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@
name = "janitorial bucket"
desc = "It's a large bucket that fits in a janitorial cart. Holds 500 units."
icon_state = "janibucket"
matter = list("metal" = 8000)
matter = list("metal" = 8000)
w_class = SIZE_LARGE
volume = 500


Expand Down

0 comments on commit 124e178

Please sign in to comment.