Files
Bubberstation/code/datums/actions
SkyratBot edeefaf8ad [MIRROR] Fixes possible charge issues in the future [MDB IGNORE] (#11988)
* Fixes possible charge issues in the future (#65309)

Replaced if(!parameter) checks with if(!isnull(parameter)). Right now you can't set destroy_objects to FALSE using the destroy argument in New() because the game will think value wasn't changed.
Fixed actively_moving being TRUE after first charge.

This PR will prevent tarantulas and other mobs that can charge from moving and destroying stuff during charge delay.
Also this PR will let us avoid problems in the future if someone decides to override destroy_objects in New()

* Fixes possible charge issues in the future

Co-authored-by: DTraitor <74188902+DTraitor@users.noreply.github.com>
2022-03-11 12:25:52 -05:00
..