From c8fdbc32ff096c46a2c69133b2b53a9037217268 Mon Sep 17 00:00:00 2001 From: danni boi <16391918+thatdanguy23@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:43:34 +0100 Subject: [PATCH] Update code/modules/reagents/chemistry/reagents/drink_cold.dm Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> --- .../reagents/chemistry/reagents/drink_cold.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/drink_cold.dm b/code/modules/reagents/chemistry/reagents/drink_cold.dm index 2e91c336502..e589b07cf03 100644 --- a/code/modules/reagents/chemistry/reagents/drink_cold.dm +++ b/code/modules/reagents/chemistry/reagents/drink_cold.dm @@ -179,11 +179,11 @@ return ..() /datum/reagent/consumable/drink/cold/arnold_palmer - name = "Arnold Palmer" - id = "arnold_palmer" - description = "A wholesome mixture of lemonade and iced tea." - color = "#8B5427" // rgb: 139, 84, 39 - drink_icon = "arnoldpalmer" - drink_name = "Arnold Palmer" + name = "Arnold Palmer" + id = "arnold_palmer" + description = "A wholesome mixture of lemonade and iced tea." + color = "#8B5427" // rgb: 139, 84, 39 + drink_icon = "arnoldpalmer" + drink_name = "Arnold Palmer" drink_desc = "A wholesome mixture of lemonade and iced tea... looks like somebody didn't stir this one very well." - taste_description = "sweet and fizzy" + taste_description = "sweet and fizzy"