Skip to content

Fix scanners.dm

Rob Nelson requested to merge pull/6269/Health_Anal into Bleeding-Edge

Created by: dylanstrategie

Fixes :

  • Major pass on Health Analyzer strings. Clumsy output now looks more "real", the code behind the scenes was made better, and br tags are now used instead of /n/t
  • Use << method instead of show_message. show_message was sanitized and broke health analyzer output. Fixes #6266 (closed)
  • mode var now verbosity var
  • "This arm/leg is broken and needs to be splinted" string commented out. No reason for this to show up when any other fracture yields "Need advanced scan for location"
  • human_standard is now enabled by default on atmospherics analyzers. This should make the readout actually logical (red is supposed to be bad, and blue is supposed to be good)
  • Completely removed critical failure checks. TG can fuck off
  • Fixed runtime operators. Come on, you know how typecasting works
  • Formatting, defines, broken spans, that kind of stuff

Fixes #6281 (closed) Fixes #6282 (closed)

Other Changes :

  • Slightly resprited the T-ray scanner (screen will no longer flicker in color outside of the crosshair, and delays on sprite were increased)
  • Recut healthanalyzer.ogg in a hopeful attempt to fix the damn thing (May or may have not worked, a bunch of empty audio has been removed)

Merge request reports