Don't Starve Revision History Viewer

Comparing Six Feet Under (Rev 86935) to All's Well That Maxwell (Rev 88237)

map/level.lua

5678910
ADVENTURE = 3, TEST = 4, UNKNOWN = 5, }
567891011
ADVENTURE = 3, TEST = 4, UNKNOWN = 5, CUSTOM = 6, }
282930313233
self.max_playlist_position = data.max_playlist_position or 999 self.ordered_story_setpieces = data.ordered_story_setpieces self.required_prefabs = data.required_prefabs end) function Level:ApplyModsToTasks(tasklist)
2930313233343536
self.max_playlist_position = data.max_playlist_position or 999 self.ordered_story_setpieces = data.ordered_story_setpieces self.required_prefabs = data.required_prefabs self.background_node_range = data.background_node_range self.blocker_blank_room_name = data.blocker_blank_room_name end) function Level:ApplyModsToTasks(tasklist)