From dda8a61eb175cc6d1b6447acb5f7f8363b30e6cb Mon Sep 17 00:00:00 2001 From: generalthrax <139387950+generalthrax@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:51:13 -0700 Subject: [PATCH] Fixes Comet Trail, Molten Bubbles, and Sunset Sarsaparilla sprites (#3174) ## About The Pull Request Comet Trail typo made the sprite invisible. Molten Bubbles has a glass sprite now, and Sunset Sarsaparilla, which is a typepath of Molten Bubbles, has a "unique" glass name and description instead of also being invisible. ## Why It's Good For The Game Fixes https://github.com/shiptest-ss13/Shiptest/issues/3160 ## Changelog :cl: fix: Fixed Comet Trail, Molten Bubbles, and Sunset Sarsaparilla glass sprites /:cl: --------- Signed-off-by: generalthrax <139387950+generalthrax@users.noreply.github.com> Co-authored-by: Theos --- code/modules/reagents/chemistry/reagents/drink_reagents.dm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index 8cb74f4ad51e..bf13904972bf 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -416,7 +416,7 @@ description = "A citrusy drink from the Kepori space installation known as The Ring." color = "#c4ff2d" // rgb: 16, 32, 0 taste_description = "sweet citrus soda" - glass_icon_state = "Comet_trail_glass" + glass_icon_state = "comet_trail_glass" glass_name = "glass of Comet Trail" glass_desc = "A glass of Comet Trail. Taste the stars!" @@ -461,7 +461,7 @@ description = "A spicy soft drink made from a coca-like plant from Kalixcis. Popularly served both cold -and- hot, depending on the weather." color = "#5f2010" taste_description = "spiced cola" - glass_icon_state = "molten_glass" + glass_icon_state = "glass_brown" glass_name = "glass of Molten Bubbles" glass_desc = "A glass of Molten Bubbles. The spices tickle your nose." @@ -487,6 +487,8 @@ description = "Extra refreshing for those long desert days." color = "#af9938" taste_description = "root-beer and asbestos" + glass_name = "glass of Sandblast Sarsaparilla" + glass_desc = "A glass of Sandblast Sarsaparilla. Perfect for those long desert days." /datum/reagent/consumable/lemon_lime name = "Lemon Lime"