# 걳 멹롨(몧뷈궶궢)궻렄 쁀뫏뛘똼
#==============================================================================
# 걾 Game_Actor
#==============================================================================
class Game_Actor
#--------------------------------------------------------------------------
# 걶 븧딇긆긵긘깈깛 [쁀뫏뛘똼] 궻롦벦 둂
#--------------------------------------------------------------------------
def dual_attack
for weapon in weapons.compact
return true if weapon.dual_attack
end
return true if weapons.compact == [] # << 멹롨궻궴궖
return false
end
end