Skip to content

Commit

Permalink
Deltanedas review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzTheSquishy committed Feb 17, 2025
1 parent 81ad408 commit b0544b5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
DrinkSakeBottleFull: 3
DrinkBeerCan: 5
DrinkWineCan: 5
DrinkAngobittersBottleFull: 3 # Delta-V - Angostura Bitters Bottle
DrinkAngobittersBottleFull: 3 # DeltaV - Angostura Bitters Bottle
contrabandInventory:
EthanolChemistryBottle: 3
DrinkBottleOfNothingFull: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- DrinkAleBottleFull
- DrinkAleBottleFullGrowler
- DrinkChampagneBottleFull
- DrinkAngobittersBottleFull # Delta-V
- DrinkAngobittersBottleFull # DeltaV
chance: 0.8
offset: 0.0
#rare
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
- DrinkShakeWhite
- DrinkTheMartinez
- DrinkMoonshineGlass
- LemonLimeBittersGlass # Delta-V
- LemonLimeBittersGlass # DeltaV
chance: 0.8
offset: 0.0
#rare
Expand Down
20 changes: 9 additions & 11 deletions Resources/Prototypes/_DV/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,6 @@
flavorType: Complex
description: flavor-complex-blellow

- type: flavor
id: drgibbbloodred
flavorType: Complex
description: flavor-complex-drgibbbloodred

- type: flavor
id: lemonlimebitters
flavorType: Complex
description: flavor-complex-lemon-lime-bitters


#Delta-V additional drink flavors
- type: flavor
id: deadrum
Expand Down Expand Up @@ -183,6 +172,15 @@
flavorType: Complex
description: flavor-complex-mothamphetamine-deltav

- type: flavor
id: drgibbbloodred
flavorType: Complex
description: flavor-complex-drgibbbloodred

- type: flavor
id: lemonlimebitters
flavorType: Complex
description: flavor-complex-lemon-lime-bitters

# this is prefixed with "candy" to avoid clashes with potential future strawberries upstream
- type: flavor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by BlitzTheSquishy & JustAnOrange",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by BlitzTheSquishy & JustAnOrange",
"states": [
{
"name": "icon"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Made by BlitzTheSquishy",
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Made by BlitzTheSquishy",
"states": [
{
"name": "icon"
Expand Down

0 comments on commit b0544b5

Please sign in to comment.