[Change] Updated TODO

This commit is contained in:
Allanis 2013-08-15 13:20:32 +01:00
parent 719bb753a2
commit 972189e567
2 changed files with 1 additions and 3 deletions

2
TODO
View File

@ -1,7 +1,5 @@
Vital: Vital:
-- Get a good sound system working! -- Get a good sound system working!
-- Better AI.
-- Improved combat efficiency.
-- Save improvements. -- Save improvements.
-- Save changes to universe in diff format. -- Save changes to universe in diff format.
-- Possibly predefine changes for easy update. -- Possibly predefine changes for easy update.

View File

@ -38,7 +38,7 @@ function attack()
ai.accel() ai.accel()
end end
-- Close enough to melee. -- Close enough to melee.
else else
dir = ai.aim(target) -- we aim instead of face. dir = ai.aim(target) -- we aim instead of face.
if (dir < 10 or ai.hasturret()) then if (dir < 10 or ai.hasturret()) then