I noticed this lecture broke a few things and makes it harder to implement some other future things (Like respawning enemies by just resetting values)
- Enemies keep aggravating themselves after they have been aggravated once.
- The timeSinceAggrevated will keep resetting itself so enemies will never switch to the suspicious state and will always chase you.
Any idea how to fix this without breaking the aggro system?