Grid Sage Forums

Cogmind => Bugs => Fixed Bugs & Non-Bugs => Topic started by: R-26 Lightspeed on April 07, 2022, 10:20:30 AM

Title: [Beta 11] Statis trap immunity from threads behavior is inconsistent
Post by: R-26 Lightspeed on April 07, 2022, 10:20:30 AM
When immune to triggering stasis traps thanks to threads, there's no warning when trying to walk onto them, meaning the immunity is taken into account, except for mouse autopathing, which will happily take huge detours to avoid those untriggerable traps.
Title: Re: [Beta 11] Statis trap immunity from threads behavior is inconsistent
Post by: Kyzrati on April 07, 2022, 11:34:44 PM
Correct, this is how it's intended to work, because having the pathfinding algorithm check all the same stuff that precise cell-wise movement checks is generally not desirable, so they don't always behave the same (in more than just this way; same with keyboard-based running movement as well, though to a lesser extent--each have some of their own quirks).

You can still mouse-move over stasis traps on treads normally, but you're going to need to do it manually.

I'll look into adding this check and see how expensive it will be, though.
Title: Re: [Beta 11] Statis trap immunity from threads behavior is inconsistent
Post by: Kyzrati on April 07, 2022, 11:40:31 PM
Yeah looked into it and it's too expensive, so the manual requirement will remain.