Files
Aurora.3/code/controllers/subsystems
Kano 202ed77aab Fixes mobs ignoring their speed value (#21203)
## About PR

the `delay` value in use here gets assigned with mob's `speed` var (I am
positive on this, though movement code is a relic I can't fully
comprehend). If the mob calling this proc had an initial delay value,
this check used to ignore it and assigned a fix number. This PR makes it
so if `speed` is null or 0, then they're assigned with the fix number.
2025-08-17 13:21:26 +00:00
..
2025-08-01 19:51:44 +00:00
2025-07-12 12:12:40 +00:00
2025-03-04 18:18:00 +00:00
2025-06-25 21:10:01 +00:00
2025-02-20 22:54:10 +00:00
2025-02-20 22:54:10 +00:00
2025-08-09 12:22:56 +00:00
2025-02-22 23:33:11 +00:00
2025-08-09 12:22:56 +00:00
2025-08-11 15:12:56 +00:00