We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f30b2d commit 4ed2ae5Copy full SHA for 4ed2ae5
src/ability.ts
@@ -130,6 +130,7 @@ export function cut(cx: Context) {
130
if (state.gameover || state.paused || state.goaled) return;
131
if (!focus) return;
132
if (!cx.dynamic.player) return;
133
+ if (state.usage.copy === 0 && state.inventory) return;
134
135
const x = focus.x;
136
const y = focus.y;
0 commit comments