[Change] Updated TODO
This commit is contained in:
parent
719bb753a2
commit
972189e567
2
TODO
2
TODO
@ -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.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user