Fixed coffee cup storage (#16701)

Fixed coffee cups not being able to be placed back in their boxes.

Closes #16700
This commit is contained in:
SatinIsle
2024-12-16 10:02:28 +10:00
committed by GitHub
parent 3083f0b730
commit be9b667940
@@ -18,7 +18,11 @@
/obj/item/storage/box/glasses
name = "box of glasses"
can_hold = list(/obj/item/reagent_containers/food/drinks/glass2)
can_hold = list(/obj/item/reagent_containers/food/drinks/glass2,
/obj/item/reagent_containers/food/drinks/cup,
/obj/item/reagent_containers/food/drinks/tall,
/obj/item/reagent_containers/food/drinks/grande,
/obj/item/reagent_containers/food/drinks/venti)
starts_with = list(/obj/item/reagent_containers/food/drinks/glass2 = 7)
/obj/item/storage/box/glasses/square