[Change] Updated TODO.
This commit is contained in:
parent
da83f105e0
commit
21ca77d439
1
TODO
1
TODO
@ -2,7 +2,6 @@ Vital:
|
|||||||
-- Get a good sound system working!
|
-- Get a good sound system working!
|
||||||
-- Better AI.
|
-- Better AI.
|
||||||
-- Improved combat efficiency.
|
-- Improved combat efficiency.
|
||||||
-- Smarter missiles -> PID if possible.
|
|
||||||
-- 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.
|
||||||
|
@ -747,6 +747,7 @@ void pilot_calcStats(Pilot* pilot) {
|
|||||||
pilot->afterburner = &pilot->outfits[i]; /* Set afterburner. */
|
pilot->afterburner = &pilot->outfits[i]; /* Set afterburner. */
|
||||||
else if(outfit_isJammer(o)) { /* Jammer. */
|
else if(outfit_isJammer(o)) { /* Jammer. */
|
||||||
if(pilot->jam_chance < o->u.jam.chance) { /* Substitude. */
|
if(pilot->jam_chance < o->u.jam.chance) { /* Substitude. */
|
||||||
|
/* TODO: Make more jammers improve overall. */
|
||||||
pilot->jam_range = o->u.jam.range;
|
pilot->jam_range = o->u.jam.range;
|
||||||
pilot->jam_chance = o->u.jam.chance;
|
pilot->jam_chance = o->u.jam.chance;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user