diff --git a/src/js/game/components/item_processor.js b/src/js/game/components/item_processor.js index 423cc8a9..c413fd8e 100644 --- a/src/js/game/components/item_processor.js +++ b/src/js/game/components/item_processor.js @@ -107,11 +107,13 @@ export class ItemProcessorComponent extends Component { /** * How long it takes until we are done with the current items + * @type {number} */ this.secondsUntilEject = 0; /** - * How much processing time we have lest from the last tick + * How much processing time we have left from the last tick + * @type {number} */ this.bonusFromLastTick = 0; }