Compare commits
	
		
			1 Commits
		
	
	
		
			7b26fdc28d
			...
			b00d92bbc3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b00d92bbc3 | 
| @ -139,6 +139,7 @@ pub struct StandardDropTable { | ||||
| } | ||||
| 
 | ||||
| impl StandardDropTable { | ||||
|     #[warn(clippy::new_ret_no_self)] | ||||
|     pub fn new(episode: Episode, difficulty: Difficulty, section_id: SectionID) -> Box<dyn DropTable + Send + Sync> { | ||||
|         let monster_stats: HashMap<String, MonsterDropStats> = load_data_file(episode, difficulty, section_id, "monster_dar.toml"); | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user