mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user