questlist #90

Merged
jake merged 12 commits from questlist into master 2022-02-16 18:46:55 -05:00
Showing only changes of commit 906132802d - Show all commits

View File

@ -292,7 +292,6 @@ impl RoomState {
drop_table: Box::new(DropTable::new(room_mode.episode(), room_mode.difficulty(), section_id)),
bursting: false,
map_areas: MapAreaLookup::new(&room_mode.episode()),
// quests: quest_list,
quest_group: 0,
quests: room_quests,
})