62 737
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 35 : | Ligne 35 : | ||
local itemChance | local itemChance | ||
if isAuto then | if isAuto == true then | ||
itemChance = chanceByItem | itemChance = chanceByItem | ||
else | else | ||
Ligne 86 : | Ligne 86 : | ||
'<div class="avt-dropdown-box-content mw-collapsible-content">\n' | '<div class="avt-dropdown-box-content mw-collapsible-content">\n' | ||
local isAuto = moduledata.auto or true | local isAuto = moduledata.auto | ||
isAuto = moduledata.auto == nil or moduledata.auto == true | |||
local chanceByItem = 1 / #moduledata.items | local chanceByItem = 1 / #moduledata.items | ||
modifications