From bcee469b58b4d2c5194d77abff5e62bd51d06fce Mon Sep 17 00:00:00 2001 From: danni boi <16391918+thatdanguy23@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:27:40 +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 1f16d43c361..0a642571f99 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1482,15 +1482,15 @@ taste_description = "smooth cognac and tart citrus" /datum/reagent/consumable/ethanol/whiskey_sour - name = "Whiskey Sour" - id = "whiskeysour" - description = "A tantalizing mixture of whiskey, sugar, lemon juice...and egg whites?" - color = "#E4D629" // rgb (228, 214, 41) - alcohol_perc = 0.6 - drink_icon = "whiskeysour" - drink_name = "Whiskey Sour" - drink_desc = "Lemon and whiskey, with a cute foamy head!" - taste_description = "warm whiskey and sweetness" + name = "Whiskey Sour" + id = "whiskeysour" + description = "A tantalizing mixture of whiskey, sugar, lemon juice...and egg whites?" + color = "#E4D629" // rgb (228, 214, 41) + alcohol_perc = 0.6 + drink_icon = "whiskeysour" + drink_name = "Whiskey Sour" + drink_desc = "Lemon and whiskey, with a cute foamy head!" + taste_description = "warm whiskey and sweetness" /datum/reagent/consumable/ethanol/mint_julep name = "Mint Julep"