v0.3.2: added in a painter for the mass grave room

This commit is contained in:
Evan Debenham
2015-10-06 02:35:36 -04:00
parent bcdba04d42
commit d668f6e587
4 changed files with 98 additions and 1 deletions
@@ -68,7 +68,12 @@ public class Room extends Rect implements Graph.Node, Bundlable {
POOL ( PoolPainter.class ),
RAT_KING ( RatKingPainter.class ),
WEAK_FLOOR ( WeakFloorPainter.class ),
PIT ( PitPainter.class );
PIT ( PitPainter.class ),
//prison quests
MASS_GRAVE ( MassGravePainter.class ),
ROT_GARDEN ( StandardPainter.class ),
RITUAL_SITE ( StandardPainter.class );
private Method paint;