[Change] Updated TODO
This commit is contained in:
parent
719bb753a2
commit
972189e567
2
TODO
2
TODO
@ -1,7 +1,5 @@
|
||||
Vital:
|
||||
-- Get a good sound system working!
|
||||
-- Better AI.
|
||||
-- Improved combat efficiency.
|
||||
-- Save improvements.
|
||||
-- Save changes to universe in diff format.
|
||||
-- Possibly predefine changes for easy update.
|
||||
|
@ -38,7 +38,7 @@ function attack()
|
||||
ai.accel()
|
||||
end
|
||||
|
||||
-- Close enough to melee.
|
||||
-- Close enough to melee.
|
||||
else
|
||||
dir = ai.aim(target) -- we aim instead of face.
|
||||
if (dir < 10 or ai.hasturret()) then
|
||||
|
Loading…
Reference in New Issue
Block a user