rustyscreeps/screeps-game-api

Event types EVENT_POWER and EVENT_TRANSFER not supported

shanemadden opened this issue · 1 comments

The EVENT_TRANSFER and EVENT_POWER event types have been added at some point since we implemented event support; the presence of these events in the log currently causes a panic.

EVENT_TRANSFER has a documented format, but I can't find any documentation for EVENT_POWER - will need to observe it to get the format right for a new struct.

Fixed by #327