Open Ablu opened 8 years ago
As far as I know, we added this warp to prevent monsters from standing on the ladder. We need a better way to handle that, like probably having a collision flag for this.
I think I placed it there mostly because it also could look a bit weird if you simply climb the ladder with the usual walk animation... (and then maybe turn left and right...). But not sure if it would really look weird...
though monsters standing on the ladder are a valid concern too...
We should definitely also lock the looking direction and animation for these tiles to make sense for being on a ladder.
I think this could be solved by a more flexible collision system. For example special ground tiles could be marked as "ground" with "WALK" as animation, water as "water" with "SWIM" animation. Then a ladder could simply be a "ladder" with a "CLIMB" animation. Also it could be interesting to add certain status effects/attribute effects like slowing done movement. One could even do crazy stuff like buff lightning damage while in water or something like that...
We currently warp the player up and down if he touches the ladder north of the temple.
Loki
reported this as a bug via mail and I agree that it feels kind of weird.