Files
Polaris/code/_onclick
Frenjo 20cdc4b676 Converts move intents to /decl/move_intent (#8993)
* Converts move intents to /decl/move_intent

Adds /decl/move_intent/walk and /decl/move_intent/run.

Switches all move intent checks to use the new IS_RUNNING and IS_WALKING macros.

Renames and refactors /mob/living/proc/set_m_intent() to /mob/living/proc/set_move_intent(decl/move_intent/intent).

Removes the unnecessary /mob/var/m_int and associated code.

Updates all move intent setters to use set_move_intent().

* Swaps incorrect config values

Swaps incorrect move delays since I got them backwards somehow, oopsies.

* Adds suggested ?. operator

Compactifies two if statements using the ?. operator instead.
2023-03-04 14:28:10 -08:00
..
2016-06-18 15:50:10 -03:00
2022-10-18 09:36:41 +01:00
2021-08-24 20:22:26 +01:00
2021-02-28 14:02:12 -09:00
2021-08-23 00:45:08 +01:00
2021-09-20 15:25:14 -08:00
2022-04-17 19:14:43 -08:00