fix skull token ranges
This commit is contained in:
		
							parent
							
								
									0df2b2221d
								
							
						
					
					
						commit
						6b8b30c3c7
					
				|  | @ -184,7 +184,7 @@ class LacsTokens(Range): | |||
|     """Set the number of Gold Skulltula Tokens required for LACS.""" | ||||
|     displayname = "Tokens Required for LACS" | ||||
|     range_start = 0 | ||||
|     range_end = 40 | ||||
|     range_end = 100 | ||||
|     default = 40 | ||||
| 
 | ||||
| 
 | ||||
|  | @ -225,7 +225,7 @@ class BridgeTokens(Range): | |||
|     """Set the number of Gold Skulltula Tokens required for the rainbow bridge.""" | ||||
|     displayname = "Tokens Required for Bridge" | ||||
|     range_start = 0 | ||||
|     range_end = 40 | ||||
|     range_end = 100 | ||||
|     default = 40 | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue