V0.2.0: Tied artifact drops into rooms

This commit is contained in:
Evan Debenham
2014-09-14 20:43:13 -04:00
parent 56c1995bff
commit ad8d15b483
3 changed files with 12 additions and 5 deletions
@@ -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
) );
}
}