Skip to content

Shower Fixes and Tweaks

Rob Nelson requested to merge pull/9425/Shower-Fix into Bleeding-Edge

Created by: dylanstrategie

Fixes :

  • Fixed messages to use \the and [src] whenever applicable, missed a few the last time I touched this
  • Removed a redundant clean_blood() instruction in process() (handled by wash())

Tweaks :

  • Instead of cleaning absolutely everything on the first wash() tick, the shower has a 75 % chance of cleaning each individual item per tick. Means you'll have to hang around under the shower for a bit to clean all the bloody bits
  • Cold showers now adjust your temperature down to 0°C, not -10°C (Nanotrasen did not find a way to cheaply make water not freeze under 0°C in its waterworks)
  • Hot showers now adjust your temperature up to 60°C instead of 300°C and by 0.5°C per step like the cold shower instead of 50°C. Value based on normal water boiler standards
  • Cool showers now adjust your temperature towards "perfect" body temperature (37.5°C), this means you can use cool showers to stabilize your temperature

Fixes #8358 (closed)

Merge request reports