v0.3.2: added in a painter for the ritual site room
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user