Skip to content

Commit

Permalink
Missing juice types added
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora authored Aug 20, 2024
1 parent b0232e9 commit 3020d95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions code/modules/reagents/chemistry_reagents/drink.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@
description = "Made in the modern day with proper pomegranate substitute. Who uses real fruit, anyways?"
color = "#FF004F" // rgb: 255, 0, 79

/datum/reagent/drink/pineapplejuice
name = "Pineapple Juice"
id = "pineapplejuice"
description = "Refreshingly citric, with a pleasant flavor."
color = "#FFC000" // rgb: 255, 192, 0

/datum/reagent/drink/applejuice
name = "Apple Juice"
id = "applejuice"
description = "The pleasantly sweet taste of apples, now in liquid form."
color = "#f59a40" // rgb: 245, 154, 64


//MILK//
Expand Down

0 comments on commit 3020d95

Please sign in to comment.