Skip to content

Commit

Permalink
Fixes Comet Trail, Molten Bubbles, and Sunset Sarsaparilla sprites (#…
Browse files Browse the repository at this point in the history
…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 #3160

## Changelog

:cl:
fix: Fixed Comet Trail, Molten Bubbles, and Sunset Sarsaparilla glass
sprites
/:cl:

---------

Signed-off-by: generalthrax <[email protected]>
Co-authored-by: Theos <[email protected]>
  • Loading branch information
generalthrax and SomeguyManperson authored Jul 3, 2024
1 parent a21f721 commit dda8a61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/reagents/chemistry/reagents/drink_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

Expand Down Expand Up @@ -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."

Expand All @@ -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"
Expand Down

0 comments on commit dda8a61

Please sign in to comment.