Skip to content

Commit 34e624a

Browse files
committed
Merge branch 'undead-variants' into tamable-mobs
2 parents 8fda9f1 + 2aecd43 commit 34e624a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pomme-client/src/app/phases/in_game.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,8 @@ pub fn update_game(
22722272
flap_speed: extras.flap_speed,
22732273
is_creepy: e.is_creepy,
22742274
is_converting: e.is_converting,
2275+
// TODO: derive from the main-hand item (vanilla
2276+
// `isHoldingItem`) once mob equipment tracking lands.
22752277
is_holding_item: e.witch_drinking,
22762278
nose_wobble_speed: extras.nose_wobble_speed,
22772279
is_sitting: e.is_sitting,

0 commit comments

Comments
 (0)