v0.3.2: added in a painter for the ritual site room

This commit is contained in:
Evan Debenham
2015-10-06 20:09:50 -04:00
parent d668f6e587
commit 5d24147312
2 changed files with 61 additions and 1 deletions
@@ -73,7 +73,7 @@ public class Room extends Rect implements Graph.Node, Bundlable {
//prison quests
MASS_GRAVE ( MassGravePainter.class ),
ROT_GARDEN ( StandardPainter.class ),
RITUAL_SITE ( StandardPainter.class );
RITUAL_SITE ( RitualSitePainter.class );
private Method paint;