Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
1 stars 3 forks source link

Whispers quest #477

Closed GabeHasWon closed 1 week ago

GabeHasWon commented 2 weeks ago

### Link Issues Resolves: #453

Description of Work

Comments

Big PR. Whoops! Couple notes:

  1. The pathfinder uses a collision check that's a bit faulty. If Morven or the player stand on a slope, the check will say there's intersection despite there being none, stopping Morven from moving until the slope is gone or the player moves off of it. I couldn't find a way to fix this, with the remnants of my work in the CollisionHooks class.
  2. Morven (+ gores and stuck tile) and the EoW portal both need nice sprites.
  3. I would like this pretty heavily QA'd in multiplayer, I made sure it functioned minimally and consistently but I may've missed some thing(s).