892
edits
m (special attacks) |
m (typo) |
||
Line 60: | Line 60: | ||
local spAtks = {} | local spAtks = {} | ||
local spAtksChance = {} | local spAtksChance = {} | ||
for _, spAtk in | for _, spAtk in pairs(monster.specialAttack) do | ||
hasSpecialAttack = true | hasSpecialAttack = true | ||
table.insert(spAtk, spAtk.name) | table.insert(spAtk, spAtk.name) |
edits