Skip to content

Commit

Permalink
Fixed some overlooked can brand names. Matched case with descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpaccalypse committed Jan 1, 2025
1 parent bf9a694 commit 1de72c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ reagent-desc-lemon-lime = tangy lime and lemon soda
reagent-name-lemon-lime-cranberry = lemon-lime-cranberry
reagent-desc-lemon-lime-cranberry = Tart cranberry, Christmas, and a hint of lemon and lime.
reagent-name-pwr-game = Pwr Game
reagent-name-pwr-game = PWR Game
reagent-desc-pwr-game = The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.
reagent-name-root-beer = root beer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkColaCan
name: space cola
name: Space Cola
description: A refreshing beverage.
components:
- type: SolutionContainerManager
Expand Down Expand Up @@ -262,7 +262,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkSpaceMountainWindCan
name: space mountain wind can
name: Space Mountain Wind can
description: Blows right through you like a space wind.
components:
- type: SolutionContainerManager
Expand All @@ -280,7 +280,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkSpaceUpCan
name: space-up can
name: Space-up can
description: Tastes like a hull breach in your mouth.
components:
- type: SolutionContainerManager
Expand All @@ -298,7 +298,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkSolDryCan
name: sol dry
name: Sol Dry
description: Sweet ginger soda from outer space!
components:
- type: SolutionContainerManager
Expand All @@ -316,7 +316,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkStarkistCan
name: starkist can
name: Starkist can
description: The taste of a star in liquid form. And, a bit of tuna...?
components:
- type: SolutionContainerManager
Expand Down Expand Up @@ -369,7 +369,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkChangelingStingCan
name: changeling sting can
name: Changeling Sting can
description: You take a tiny sip and feel a burning sensation...
components:
- type: SolutionContainerManager
Expand Down Expand Up @@ -407,7 +407,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkNukieCan
name: blood-red brew can
name: Blood-red Brew can
description: A home-brewed drink made from the crazed minds at the Syndicate. Not recommended by doctors.
components:
- type: SolutionContainerManager
Expand All @@ -433,7 +433,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkEnergyDrinkCan
name: red bool energy drink
name: Red Bool energy drink
description: A can of Red Bool, with enough caffeine to kill a horse.
components:
- type: SolutionContainerManager
Expand Down Expand Up @@ -505,7 +505,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkShamblersJuiceCan
name: shamblers juice can
name: Shamblers Juice can
description: ~Shake me up some of that Shambler's Juice!~
components:
- type: SolutionContainerManager
Expand All @@ -524,7 +524,7 @@
- type: entity
parent: DrinkCanBaseFull
id: DrinkPwrGameCan
name: pwr game can
name: PWR Game can
description: The only drink with the PWR that true gamers crave. When a gamer talks about gamerfuel, this is what they're literally referring to.
components:
- type: SolutionContainerManager
Expand Down

0 comments on commit 1de72c7

Please sign in to comment.