Skip to content

Commit c734f1b

Browse files
committed
oops
1 parent 3f6c631 commit c734f1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/playback/Actions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export const ACTION_DEFINITIONS: Record<schema.Action, typeof Action<ActionUnion
201201
}
202202
target.beingCarried = false
203203
target.carrierRobot = undefined
204+
target.size = 1
204205
} else {
205206
// pick up the target
206207
src.carriedRobot = target.id
@@ -209,6 +210,7 @@ export const ACTION_DEFINITIONS: Record<schema.Action, typeof Action<ActionUnion
209210
target.beingCarried = true
210211

211212
target.lastPos = { ...target.pos }
213+
target.size = 0.6
212214
// target.pos = { x: src.pos.x + RatNapAction.OFFSET.x, y: src.pos.y + RatNapAction.OFFSET.y }
213215
}
214216
}

0 commit comments

Comments
 (0)