892
edits
m (chance) |
m (typo again) |
||
Line 61: | Line 61: | ||
for _, spAtk in pairs(monster.specialAttacks or {}) do | for _, spAtk in pairs(monster.specialAttacks or {}) do | ||
hasSpecialAttack = true | hasSpecialAttack = true | ||
table.insert( | table.insert(spAtks, spAtk.name) | ||
table.insert(spAtksChance, spAtk.defaultChance/100) | table.insert(spAtksChance, spAtk.defaultChance/100) | ||
end | end |
edits