Remove soapy water (#24301)

* localize shuttle timer eta etd

* remove soapy water for real
This commit is contained in:
lzk
2024-02-03 05:23:34 +01:00
committed by GitHub
parent f7b61f6cda
commit c4e7f1ebe8
5 changed files with 4 additions and 51 deletions

View File

@@ -13,10 +13,7 @@ public sealed partial class PuddleSystem
[ValidatePrototypeId<ReagentPrototype>]
private const string Water = "Water";
[ValidatePrototypeId<ReagentPrototype>]
private const string SoapyWater = "SoapyWater";
public static string[] EvaporationReagents = new[] { Water, SoapyWater };
public static string[] EvaporationReagents = new[] { Water };
private void OnEvaporationMapInit(Entity<EvaporationComponent> entity, ref MapInitEvent args)
{

View File

@@ -5,10 +5,7 @@ reagent-name-space-cleaner = space cleaner
reagent-desc-space-cleaner = This is able to clean almost all surfaces of almost anything that may dirty them. The janitor is likely to appreciate refills.
reagent-name-soap = soap
reagent-desc-soap = Soap can be used to make soapy water.
reagent-name-soapy-water = soapy water
reagent-desc-soapy-water = It's just soap and water. Good for cleaning gunk off of surfaces and also slippier than regular water.
reagent-desc-soap = I wouldn't clean my mouth out with this if I were you.
reagent-name-space-lube = space lube
reagent-desc-space-lube = Space Lube is a high performance lubricant intended for maintenance of extremely complex mechanical equipment (and certainly not used to make people slip).

View File

@@ -112,7 +112,6 @@
- Mold
- SpaceLube
- SpaceGlue
- SoapyWater
- SpaceCleaner
- MilkSpoiled
- FourteenLoko

View File

@@ -64,36 +64,6 @@
min: 6
probability: 0.20
- type: reagent
id: SoapyWater
parent: Water
name: reagent-name-soapy-water
desc: reagent-desc-soapy-water
physicalDesc: reagent-physical-desc-soapy
flavor: clean
color: "#9ec8dc"
recognizable: true
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 3
- !type:ChemVomit
conditions:
- !type:ReagentThreshold
min: 6
probability: 0.10
thirstAmount: -5.0
hungerAmount: -5.0
plantMetabolism:
- !type:PlantAdjustWater
amount: .8
tileReactions:
- !type:CleanDecalsReaction
cleanCost: 5
- !type:ExtinguishTileReaction { }
- !type:SpillIfPuddlePresentTileReaction { }
- type: reagent
id: SpaceLube
name: reagent-name-space-lube

View File

@@ -20,16 +20,6 @@
products:
SpaceCleaner: 2
- type: reaction
id: SoapyWater
reactants:
Water:
amount: 3
SoapReagent:
amount: 1
products:
SoapyWater: 4
- type: reaction
id: SpaceLube
impact: Medium