Fixes remaining renamed chems (#2889)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Content.Server.Atmos;
|
||||
using Content.Server.GameObjects.Components.Mobs;
|
||||
@@ -218,7 +218,7 @@ namespace Content.Server.GameObjects.Components.Atmos
|
||||
{
|
||||
switch (reagent.ID)
|
||||
{
|
||||
case "chem.H2O":
|
||||
case "chem.Water":
|
||||
Extinguish();
|
||||
AdjustFireStacks(-1.5f);
|
||||
return ReagentUnit.Zero;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#nullable enable
|
||||
#nullable enable
|
||||
using Content.Server.GameObjects.EntitySystems;
|
||||
using Content.Server.Utility;
|
||||
using Content.Shared.Chemistry;
|
||||
@@ -31,7 +31,7 @@ namespace Content.Server.GameObjects.Components.Chemistry
|
||||
public override void ExposeData(ObjectSerializer serializer)
|
||||
{
|
||||
base.ExposeData(serializer);
|
||||
serializer.DataField(ref _catalystPrototype, "catalyst", "chem.H2O");
|
||||
serializer.DataField(ref _catalystPrototype, "catalyst", "chem.Water");
|
||||
serializer.DataField(ref _targetPrototype, "target", null);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Content.Server.GameObjects.Components.Mobs;
|
||||
using Content.Server.GameObjects.Components.Mobs;
|
||||
using Content.Server.Utility;
|
||||
using Content.Shared.Chemistry;
|
||||
using Content.Shared.GameObjects.Components.Nutrition;
|
||||
@@ -42,7 +42,7 @@ namespace Content.Server.GameObjects.Components.Nutrition
|
||||
switch (reagent.ID)
|
||||
{
|
||||
case "chem.SpaceCleaner":
|
||||
case "chem.H2O":
|
||||
case "chem.Water":
|
||||
Wash();
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
- chem.Coffee
|
||||
- chem.Tea
|
||||
- chem.Ice
|
||||
- chem.H2O
|
||||
- chem.Water
|
||||
- chem.Cream
|
||||
|
||||
@@ -19,5 +19,5 @@
|
||||
- type: SolutionContainer
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.H2O
|
||||
- ReagentId: chem.Water
|
||||
Quantity: 1500
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
maxVol: 80
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.H2O
|
||||
- ReagentId: chem.Water
|
||||
Quantity: 80
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/kahluabottle.rsi
|
||||
@@ -218,4 +218,3 @@
|
||||
Quantity: 80
|
||||
- type: Sprite
|
||||
sprite: Objects/Consumable/Drinks/winebottle.rsi
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
caps: AddTo, RemoveFrom, NoExamine
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.H2O
|
||||
- ReagentId: chem.Water
|
||||
Quantity: 100
|
||||
- type: ItemCooldown
|
||||
- type: Spray
|
||||
|
||||
@@ -222,7 +222,7 @@
|
||||
caps: AddTo, RemoveFrom
|
||||
contents:
|
||||
reagents:
|
||||
- ReagentId: chem.H2O
|
||||
- ReagentId: chem.Water
|
||||
Quantity: 100
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
result: FoodSpaghettiBoiled
|
||||
time: 5
|
||||
reagents:
|
||||
chem.H2O: 5
|
||||
chem.Water: 5
|
||||
solids:
|
||||
FoodSpaghetti: 1
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
result: FoodPastaTomato
|
||||
time: 10
|
||||
reagents:
|
||||
chem.H2O: 5
|
||||
chem.Water: 5
|
||||
solids:
|
||||
FoodSpaghetti: 1
|
||||
FoodTomato: 2
|
||||
@@ -207,7 +207,7 @@
|
||||
result: FoodMeatballSpaghetti
|
||||
time: 10
|
||||
reagents:
|
||||
chem.H2O: 5
|
||||
chem.Water: 5
|
||||
solids:
|
||||
FoodSpaghetti: 1
|
||||
FoodMeatball: 2
|
||||
@@ -218,7 +218,7 @@
|
||||
result: FoodCrabSpaghetti
|
||||
time: 10
|
||||
reagents:
|
||||
chem.H2O: 5
|
||||
chem.Water: 5
|
||||
solids:
|
||||
FoodCrabMeat: 2
|
||||
|
||||
@@ -294,7 +294,7 @@
|
||||
result: FoodMeatballSoup
|
||||
time: 10
|
||||
reagents:
|
||||
chem.H2O: 10
|
||||
chem.Water: 10
|
||||
solids:
|
||||
FoodMeatball: 1
|
||||
FoodCarrot: 1
|
||||
@@ -306,7 +306,7 @@
|
||||
result: FoodNettleSoup
|
||||
time: 10
|
||||
reagents:
|
||||
chem.H2O: 10
|
||||
chem.Water: 10
|
||||
solids:
|
||||
FoodNettle: 1
|
||||
FoodEgg: 1
|
||||
|
||||
Reference in New Issue
Block a user