Roguelike Dungeons

Roguelike Dungeons

33M Downloads

Inheriting multiple segments/rooms prefers only the final specified

srwaggon opened this issue ยท 0 comments

commented

Create two separate and distinct dungeon settings that are only for segments. Let's call them foo and bar respectively.
Create a dungeon setting which inherits from both foo and bar in that order.
We expect this dungeon to contain both foo segments and bar segments, randomly mixed.

Spawn that dungeon to see that it only contains bar segments.

This issue also applies to inheriting from multiple room settings.