Soapy Water & Edible Soap (#20364)
* soap reagent and soapy water * make soapy water recognizable * Fix tile cleaning bug CleanDecalsReaction was able to take more than the reactVolume it was given. * make soapy water an evaporating reagent * Tile reactions when mopping * Fix indescribably soap flavor * Adjust soap flavours Soap and soapy water now taste clean and syndie soap tastes like punishment. * Better soap numbers & DeleteOnSolutionEmpty * Changed TrashOnEmpty to TrashOnSolutionEmpty * Last TrashOnSolutionEmpty change * Fix merged code not compiling * Requested changes.
This commit is contained in:
@@ -43,6 +43,7 @@ flavor-base-piquant = piquant
|
||||
flavor-base-sharp = sharp
|
||||
flavor-base-syrupy = syrupy
|
||||
flavor-base-spaceshroom = mysterious
|
||||
flavor-base-clean = clean
|
||||
|
||||
# lmao
|
||||
flavor-base-terrible = terrible
|
||||
@@ -213,3 +214,4 @@ flavor-complex-carpet = like a handful of fur
|
||||
flavor-complex-bee = unbeelievable
|
||||
flavor-complex-sax = like jazz
|
||||
flavor-complex-bottledlightning = like lightning in a bottle
|
||||
flavor-complex-punishment = like punishment
|
||||
|
||||
@@ -4,6 +4,12 @@ reagent-desc-bleach = Heavy duty cleaner that can clean tiles the same as Space
|
||||
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-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).
|
||||
|
||||
|
||||
@@ -63,6 +63,7 @@ reagent-physical-desc-sticky = sticky
|
||||
reagent-physical-desc-bubbly = bubbly
|
||||
reagent-physical-desc-rocky = rocky
|
||||
reagent-physical-desc-lemony-fresh = lemony fresh
|
||||
reagent-physical-desc-soapy = soapy
|
||||
reagent-physical-desc-crisp = crisp
|
||||
reagent-physical-desc-citric = citric
|
||||
reagent-physical-desc-acidic = acidic
|
||||
|
||||
Reference in New Issue
Block a user