wire cutter drops cut wire

This commit is contained in:
minjaesong
2021-10-19 11:20:19 +09:00
parent 8c692aa45e
commit d294294145
3 changed files with 9 additions and 1 deletions

View File

@@ -188,7 +188,9 @@ open class ActorHumanoid : ActorWithBody, Controllable, Pocketed, Factionable, L
// don't put this into keyPressed; execution order is important!
updateGamerControlBox()
processInput(delta)
if (!isPickedUp) {
processInput(delta)
}
updateSprite(delta)