fix ability check input validation
This commit is contained in:
		
							parent
							
								
									4f5c39111d
								
							
						
					
					
						commit
						a8fc61e5e8
					
				| @ -29,7 +29,7 @@ | ||||
|             </div> | ||||
|             <div class="form-field" style="margin-left: 15px"> | ||||
|                 <label for="multiplier">Multiplier</label> | ||||
|                 <input type="number" name="multiplier" id="multiplier" min="-100" max="100" value="5"> | ||||
|                 <input type="number" name="multiplier" id="multiplier" min="2" max="10" value="5"> | ||||
|             </div> | ||||
|             <div class="form-field" style="margin: 5px"> | ||||
|                 <button type="submit" style="margin: 3px">Roll</button> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user