[Change] Merchants will now run away from the last attacker.

This commit is contained in:
Allanis 2013-03-16 23:05:28 +00:00
parent d9c8dbc449
commit 8a375a58e1

View File

@ -34,6 +34,9 @@ function attacked(attacker)
-- So bravely run away!
ai.pushtask(0, "runaway", attacker)
else -- Runaway from the new bad guys.
ai.poptask()
ai.pushtask(0, "runaway", attacker)
end
end