make registering upgrade cards more rubust
Mari023 opened this issue ยท 1 comments
add to all terminals and the wireless universal terminals energy card count is currently dependent on load order.
more precisely, it has to run after all terminals are added to ae2wtlib, and it currently runs just after ae2wtlib adds its terminals
it really should be running when all mods are done registering their items, and presumably have added their terminals to ae2wtlib
fixed by a07c3c2, terminal registration has to happen in an event now, so the timing is fix