We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d193ed commit 863cf65Copy full SHA for 863cf65
Resources/Prototypes/Catalog/Fills/Lockers/service.yml
@@ -41,7 +41,8 @@
41
amount: 2
42
- id: ReagentContainerSugar
43
- id: FoodCondimentPacketSalt
44
- amount: 3
+ amount: 1 # SS220 SaltRiot
45
+ - id: FoodShakerSalt # SS220 SaltRiot
46
- id: FoodCondimentPacketPepper
47
amount: 3
48
- id: FoodCondimentBottleEnzyme
Resources/Prototypes/Catalog/VendingMachines/Inventories/chefvend.yml
@@ -5,7 +5,7 @@
5
ReagentContainerCornmeal: 2
6
ReagentContainerSugar: 2
7
ReagentContainerRice: 2
8
- FoodCondimentPacketSalt: 4
+ FoodShakerSalt: 2 # SS220 SaltRiot
9
FoodCondimentBottleEnzyme: 2
10
FoodCondimentBottleHotsauce: 1
11
FoodCondimentBottleKetchup: 1
@@ -20,4 +20,4 @@
20
FoodButter: 4
21
FoodCheese: 1
22
FoodMeat: 6
23
-
+
0 commit comments