Merge 2009scape updates #19

Open
randy wants to merge 204 commits from 2009Scape:master into upstream
Showing only changes of commit 3199974f59 - Show all commits

View file

@ -347,6 +347,7 @@ public final class HouseManager {
Room room = rooms[0][4][3] = new Room(RoomProperties.GARDEN);
room.configure(style);
room.getHotspots()[0].setDecorationIndex(0);
redecorate(HousingStyle.BASIC_WOOD);
this.location = location;
}