From e633a7a20d5deb894ee1fe106df3ffd0e4676a25 Mon Sep 17 00:00:00 2001 From: danni boi <16391918+thatdanguy23@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:27:31 +0100 Subject: [PATCH] tab indents r e e Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com> --- .../reagents/chemistry/reagents/alcohol.dm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 8bb6270df0f..1f16d43c361 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1471,15 +1471,15 @@ taste_description = "sharpness" /datum/reagent/consumable/ethanol/sidecar - name = "Sidecar" - id = "sidecar" - description = "A citrus cocktail of cognac, lemon and orange." - color = "#D7A61E" // rgb (215, 166, 30) - alcohol_perc = 0.4 - drink_icon = "sidecar" - drink_name = "Sidecar" - drink_desc = "You can smell the citrus from here!" - taste_description = "smooth cognac and tart citrus" + name = "Sidecar" + id = "sidecar" + description = "A citrus cocktail of cognac, lemon and orange." + color = "#D7A61E" // rgb (215, 166, 30) + alcohol_perc = 0.4 + drink_icon = "sidecar" + drink_name = "Sidecar" + drink_desc = "You can smell the citrus from here!" + taste_description = "smooth cognac and tart citrus" /datum/reagent/consumable/ethanol/whiskey_sour name = "Whiskey Sour"