Skip to content

Commit

Permalink
Jar Icon fix (#2108)
Browse files Browse the repository at this point in the history
The jar wasnt showing that it was filled with anything for some reason so this should fix it. and by should i mean i did test this.
  • Loading branch information
InsightfulParasite authored May 2, 2024
1 parent 873d9be commit 5c09317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/reagents/reagent_containers/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@
desc = "A jar for goops and powders. It can hold up to 40 units."
icon = 'icons/obj/chemical.dmi'
icon_state = "jar"
fill_icon_state = "jar"
volume = 50
spillable = FALSE
fill_icon_thresholds = list(0, 10, 25, 40)
fill_icon_thresholds = list(0, 10, 30, 50)

/obj/item/reagent_containers/glass/beaker/jar/pudding
name = "jar of pudding"
Expand Down

0 comments on commit 5c09317

Please sign in to comment.