Update index.php
This commit is contained in:
parent
e0c6dc88fd
commit
fde4280371
@ -789,7 +789,7 @@
|
||||
var encounter_dmgtype_points = 0;
|
||||
$.each($("input[name='dmgtype']:checked"), function() {
|
||||
encounter_dmgtype_points++;
|
||||
console.log("dmgtype_points = " + dmgtype_points);
|
||||
console.log("dmgtype_points = " + encounter_dmgtype_points);
|
||||
//selected_dmgtypes.push($(this).val());
|
||||
});
|
||||
$.each($("input[name='dmgtype']"), function() {
|
||||
@ -798,6 +798,7 @@
|
||||
});
|
||||
|
||||
var encounter_dmgtype_score = (20 - encounter_dmgtype_possibilities) + encounter_dmgtype_points * global_amount_modifier;
|
||||
console.log(encounter_dmgtype_score);
|
||||
|
||||
var encounter_onehit_score = $("input[name='mob_onehits']:checked").val();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user