Update config.lua
This commit is contained in:
		
							parent
							
								
									d296fef35f
								
							
						
					
					
						commit
						e616930582
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -42,11 +42,11 @@ Config.bait = { | |||
|             catchBonus = 15 -- 15% better catch chance | ||||
|         }, | ||||
|         {  | ||||
|             itemName = 'young_salmon',  | ||||
|             label = 'Young Salmon', | ||||
|             loseChance = 80, -- easy to lose | ||||
|             catchBonus = 25 -- 25% better catch chance | ||||
|             exclusive = {'pufferfish'} -- can only catch pufferfish with this             | ||||
|            itemName = 'young_salmon',  | ||||
|            label = 'Young Salmon', | ||||
|            loseChance = 80, -- easy to lose | ||||
|            catchBonus = 25, -- 25% better catch chance (added comma here) | ||||
|            exclusive = {'pufferfish'} -- can only catch pufferfish with this             | ||||
|         } | ||||
|     }, | ||||
|     defaultBait = 'fishbait', -- Default bait item name | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Nordi98
						Nordi98