Files
Bubberstation/code/datums/ai/monkey
SkyratBot 74b2544a74 [MIRROR] Restores old monkey knockdowns (monkey nerf) [MDB IGNORE] (#11866)
* Restores old monkey knockdowns (monkey nerf) (#65080)

Monkey knockdown used to be on Crossed until it was made an AI here: 55238

Now it instead uses COMSIG_ATOM_ENTERED, which only takes into account walking over the monkey. Something that you can't do unless you are non-dense or they are lying on the floor, in which case you aren't even knocking them down?
Now it uses COMSIG_MOVABLE_CROSS instead so it's how it used to be, actually functional and useful.

* Restores old monkey knockdowns (monkey nerf)

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
2022-03-03 18:38:41 -05:00
..