Gamnraa / -DST-EarthBound-Ness

Code from the Don't Starve Together mod EarthBound: Ness
GNU General Public License v3.0
0 stars 0 forks source link

Implement panicking for PK Flash #3

Closed Gamnraa closed 1 year ago

Gamnraa commented 1 year ago

Because there are no player ghosts in Don't Starve, the method PK Flash used to cause mobs to panic will not work here. It must be implemented manually through AddBrainPostInit.

Optionally, implementing DropTarget from DST combat component too.