Skip to content

Commit

Permalink
Got ya
Browse files Browse the repository at this point in the history
  • Loading branch information
MilenVolf committed Jul 29, 2023
1 parent 0a63fab commit 601840c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ ent-DrinkBeerBottleFull = beer
ent-DrinkAleBottleFull = Magm-Ale
.desc = A true dorf's drink of choice.
.suffix = { "" }
ent-DrinkСhampagneBottleFull = champagne bottle

ent-DrinkChampagneBottleFull = champagne bottle
.desc = Only people devoid of imagination can't find an excuse for champagne.
.suffix = { "" }
ent-DrinkWaterBottleFull = water bottle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ ent-DrinkBeerBottleFull = пиво
ent-DrinkAleBottleFull = магма-эль
.desc = Выбор истинных дварфов.
.suffix = { "" }
ent-DrinkСhampagneBottleFull = бутылка шампанского

ent-DrinkChampagneBottleFull = бутылка шампанского
.desc = Только люди, лишённые воображения, не могут найти повод для шампанского.
.suffix = { "" }
ent-DrinkWaterBottleFull = бутылка воды
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
DrinkVodkaBottleFull: 5
DrinkWhiskeyBottleFull: 5
DrinkWineBottleFull: 5
DrinkСhampagneBottleFull: 2 #because the premium drink
DrinkChampagneBottleFull: 2 #because the premium drink
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@

- type: entity
parent: DrinkBottleBaseFull
id: DrinkСhampagneBottleFull
id: DrinkChampagneBottleFull
name: champagne bottle
description: Only people devoid of imagination can't find an excuse for champagne.
components:
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@

- type: reagent
id: Champagne
name: reagent-name-сhampagne
name: reagent-name-champagne
parent: BaseAlcohol
desc: reagent-desc-champagne
physicalDesc: reagent-physical-desc-strong-smelling
Expand Down

0 comments on commit 601840c

Please sign in to comment.