Skip to content

Commit

Permalink
Merge branch 'DeltaV-Station:master' into Morty-Plushie
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwoofs authored Dec 22, 2024
2 parents 551dc7d + 140024c commit bc46aa5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 24 deletions.
15 changes: 8 additions & 7 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
Entries:
- author: NullWanderer
changes:
- message: Fixed the spare ID safe being destructible
type: Fix
id: 308
time: '2024-04-11T12:47:31.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/1078
- author: Velcroboy
changes:
- message: Changed asteroids to have more ore...and some danger
Expand Down Expand Up @@ -3826,3 +3819,11 @@
id: 807
time: '2024-12-21T13:51:53.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2488
- author: deltanedas
changes:
- message: You can now directly dump ore bags into ore processors by clicking on
them.
type: Tweak
id: 808
time: '2024-12-22T08:52:18.0000000+00:00'
url: https://github.com/DeltaV-Station/Delta-v/pull/2469
2 changes: 1 addition & 1 deletion Resources/Credits/GitHub.txt

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ReagentContainerOliveoil: 2
ReagentContainerMayo: 1
VariantCubeBox: 1
FoodContainerEgg: 1
FoodContainerEgg: 2 # DeltaV - more eggs
DrinkMilkCarton: 2
DrinkSoyMilkCarton: 1
FoodButter: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 100 # DeltaV - More reagents for chefs
- type: SolutionTransfer
# This is potentially badly-handled due to 'drink opening',
# but it lets the flour be tampered with, refilled, etc.
Expand Down Expand Up @@ -93,10 +93,10 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 50
maxVol: 100 # DeltaV - More reagents for chefs
reagents:
- ReagentId: Flour
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: [ReagentPacketBase, ItemHeftyBase]
Expand Down Expand Up @@ -127,7 +127,7 @@
food:
reagents:
- ReagentId: Cornmeal
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -158,7 +158,7 @@
food:
reagents:
- ReagentId: Rice
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down Expand Up @@ -189,7 +189,7 @@
food:
reagents:
- ReagentId: Sugar
Quantity: 50
Quantity: 100 # DeltaV - More reagents for chefs

- type: entity
parent: ReagentPacketBase
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,8 @@
transferSound:
path: /Audio/Effects/Cargo/ping.ogg
- type: MiningPointsLathe # DeltaV
- type: PlaceableSurface # DeltaV: Allow ore bags to dump into it directly
isPlaceable: false # but not place on it if you just click it with a random item

- type: entity
parent: OreProcessor
Expand Down
18 changes: 9 additions & 9 deletions Resources/Prototypes/Recipes/Reactions/single_reagent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
products:
Protein: 0.5

- type: reaction
id: EggCooking
impact: Low
minTemp: 344
reactants:
Egg:
amount: 0.5
products:
EggCooked: 0.5
#- type: reaction # Delta V - Removed this reaction due to lack of function besides punishing chefs
# id: EggCooking
# impact: Low
# minTemp: 344
# reactants:
# Egg:
# amount: 0.5
# products:
# EggCooked: 0.5

- type: reaction
id: SapBoiling
Expand Down

0 comments on commit bc46aa5

Please sign in to comment.