elunna / hackem

SlashEM forked Unto Evil with a Splice of X and a dash of THEM.
Other
23 stars 8 forks source link

Earth elementals are levitating/floating #489

Closed elunna closed 11 months ago

elunna commented 11 months ago

Reported by k3ut0i who noticed it in-game.

I was able to reproduce in wizmode as well. The flags in monst.c look ok. The pokedex shows it as a floater, which should only happen if this code is true: `

define is_floater(ptr) ((ptr)->mlet == S_EYE || (ptr)->mlet == S_LIGHT)

` So that is a bit of a mystery.

elunna commented 11 months ago

Other monsters that are levitating incorrectly:

NOT the ice elemental though. This is looking connected to sonic resistance, which all elementals have except the ice elemental.