Skip to content

Commit

Permalink
add missing TEA_TYPE variants
Browse files Browse the repository at this point in the history
  • Loading branch information
ejrinkus committed Jan 8, 2025
1 parent c49507c commit 4592f4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/plugins/barista/tea.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl VesselType {
VesselType::Hohin => &[],
VesselType::Gaiwan => &["porcelain", "Ruyao"],
VesselType::Shiboridashi => &["porcelain", "red clay"],
VesselType::Cup => &["plastic", "sippy"],
VesselType::Cup => &["plastic", "sippy", "paper"],
VesselType::Glass => &[],
}
}
Expand Down Expand Up @@ -538,6 +538,10 @@ const TEA_TYPES: &[TeaType] = &[
TeaType::DandelionLeafAndRoot,
TeaType::Lavender,
TeaType::CinnamonApple,
TeaType::Milk,
TeaType::Boba,
TeaType::MapleSyrup,
TeaType::Hibiscus,
TeaType::Gossip,
TeaType::Testosterone,
];
Expand Down

0 comments on commit 4592f4e

Please sign in to comment.