892
edits
m (tostring) |
m (typo) |
||
Line 59: | Line 59: | ||
local spAtks = {} | local spAtks = {} | ||
local spAtksChance = {} | local spAtksChance = {} | ||
for _, spAtk in pairs(monster. | for _, spAtk in pairs(monster.specialAttacks or {}) do | ||
hasSpecialAttack = true | hasSpecialAttack = true | ||
table.insert(spAtk, spAtk.name) | table.insert(spAtk, spAtk.name) |
edits