::permadeath command now clears house style
This commit is contained in:
@@ -347,6 +347,7 @@ public final class HouseManager {
|
|||||||
Room room = rooms[0][4][3] = new Room(RoomProperties.GARDEN);
|
Room room = rooms[0][4][3] = new Room(RoomProperties.GARDEN);
|
||||||
room.configure(style);
|
room.configure(style);
|
||||||
room.getHotspots()[0].setDecorationIndex(0);
|
room.getHotspots()[0].setDecorationIndex(0);
|
||||||
|
redecorate(HousingStyle.BASIC_WOOD);
|
||||||
this.location = location;
|
this.location = location;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user