From c9d5e525b75d86451bee0021f28713f8c30dff92 Mon Sep 17 00:00:00 2001 From: danni boi <16391918+thatdanguy23@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:27:19 +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 b5ebd67c0a4..8bb6270df0f 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1460,15 +1460,15 @@ remove_nutrition = 1 /datum/reagent/consumable/ethanol/gimlet - name = "Gimlet" - id = "gimlet" - description = "A sharp cocktail dating back to the 19th century. Gin and lime, nothing else." - color = "#DEF8AB" // rgb (222, 248, 171) - alcohol_perc = 0.3 - drink_icon = "gimlet" - drink_name = "Gimlet" - drink_desc = "There are debates on whether this drink should be half gin and half lime, or three parts gin and one part lime. All you know is, it's alcohol." - taste_description = "sharpness" + name = "Gimlet" + id = "gimlet" + description = "A sharp cocktail dating back to the 19th century. Gin and lime, nothing else." + color = "#DEF8AB" // rgb (222, 248, 171) + alcohol_perc = 0.3 + drink_icon = "gimlet" + drink_name = "Gimlet" + drink_desc = "There are debates on whether this drink should be half gin and half lime, or three parts gin and one part lime. All you know is, it's alcohol." + taste_description = "sharpness" /datum/reagent/consumable/ethanol/sidecar name = "Sidecar"