tmewett / BrogueCE

Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game
https://sites.google.com/site/broguegame/
GNU Affero General Public License v3.0
1.03k stars 109 forks source link

Handle items under the player on level arrival and generally #661

Closed zenzombie closed 8 months ago

zenzombie commented 9 months ago

Fixes #214

The only breaking change is the removal of HAS_ITEM in the player placement logic of startLevel in RogueMain. The other changes passed regression testing against the release branch.

tmewett commented 8 months ago

Can you describe the changes? Looks like there are some appearance changes

zenzombie commented 8 months ago

Yes there are appearance changes. Below is from the changes file.

I'll try to post some screenshots and I'll fix the conflicts.

zenzombie commented 8 months ago

Player is standing on a sword (OLD) image

Player is standing on a sword (NEW) image

Player arrives on a level with food at the stairs (OLD) image

Player arrives on a level with food at the stairs (NEW) image

tmewett commented 8 months ago

Ah sorry, I think I misread some code - and I missed the change file! Thanks for the extra details, LGTM