Files
Bubberstation/code/controllers/subsystem
Profakos 1e8507e154 Initializes on_finish_callbacks in the JPS move loop (#79505)
## About The Pull Request

The on_finish_callbacks list in `/datum/move_loop/has_target/jps` was
not initialized. Usually, when you add something to an uninitialized
list, it gets initialized and the item gets added to it. However, the
`CALLBACK` wrapper is around `new /datum/callback`, this fails.

This meant on_finish_callback was not a list, therefore at the end of
pathfinding, its contents could not be iterated and invoked. This PR
fixes this problem by initializing the list.

## Why It's Good For The Game

Closes #79383
Blob minions rally and punch again. 

## Changelog

🆑
fix: Basic mobs using JPS can move again
/🆑
2023-11-04 16:03:09 -06:00
..
2023-10-08 23:39:04 -06:00
2023-08-13 14:46:51 -06:00
2023-07-22 17:16:22 +02:00
2023-06-23 10:35:43 +02:00
2023-07-26 19:10:55 +02:00