kanethemediocre / BlingHustle

Open sauce 2d space adventure
GNU General Public License v3.0
0 stars 0 forks source link

Bots fire infrequently #26

Closed kanethemediocre closed 3 years ago

kanethemediocre commented 3 years ago

Issue came up when AI was moved to the ship update function from the main loop. Bots are waiting for botbombs[j-1] rather than their personal botbomb, so they won't fire concurrently. Need to restructure, because within updateship() the umo has no way of knowing what bomb it correlates with.

kanethemediocre commented 3 years ago

Fixed ubv121, AI moved to System.updateall() function.