::permadeath command now clears house style

This commit is contained in:
Bishop
2026-01-22 13:09:57 +00:00
committed by Ryan
parent 02607f7121
commit 3199974f59
@@ -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;
} }