Moved scaling damage increase from callback to damage invocation. #72
Annotations
11 warnings
build_and_lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_lint
Comment is not formatted correctly
|
build_and_lint
'player' is defined but never used. Allowed unused args must match /^_/u
|
build_and_lint
Operands of '+' operation must either be both strings or both numbers. Consider using a template literal
|
build_and_lint
Unexpected string concatenation
|
build_and_lint
'pickingUpItem' will evaluate to '[object Object]' when stringified
|
build_and_lint
Operands of '+' operation must either be both strings or both numbers. Consider using a template literal
|
build_and_lint
Unexpected string concatenation
|
build_and_lint
Operands of '+' operation must either be both strings or both numbers. Consider using a template literal
|
build_and_lint
Unexpected string concatenation
|
build_and_lint
The type of the enum assignment does not match the declared enum type of the variable
|