V0.2.0: Tied artifact drops into rooms
This commit is contained in:
@@ -70,7 +70,8 @@ public class VaultPainter extends Painter {
|
||||
private static Item prize( Level level ) {
|
||||
return Generator.random( Random.oneOf(
|
||||
Generator.Category.WAND,
|
||||
Generator.Category.RING
|
||||
Generator.Category.RING,
|
||||
Generator.Category.ARTIFACT
|
||||
) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user