Chris-plus-alphanumericgibberish / dNAO

Merge of dnethack onto the nethack.alt.org sources.
Other
20 stars 29 forks source link

Adjust plane of water to use PUDDLE terrain for the inside of bubbles #2269

Closed RikerW closed 3 months ago

RikerW commented 3 months ago

Also change the behavior of rust damage via puddle to NOT message when you step in them with non-rustable boots on, since it's really message spammy in certain areas (like the new plane of water bubble puddles).

Fixes up a bunch of other now-unnecessary is_pool checks, since PUDDLE is a different terrain type, and only is checked if you're calling is_pool(..., TRUE). A bunch of these were things that assume real pools are water you fall into or similar, or 3d water rules, which obviously don't matter on the water plane.

Chris-plus-alphanumericgibberish commented 3 months ago

The plane of water should be pools, not puddles.

Chris-plus-alphanumericgibberish commented 3 months ago

I'm gonna grab the "don't message spam for iron boots" change though.