| 1 | function scr_shop_animation_override_honeydew_bear_hand_deux | 
| 2 | { | 
| 3 | if (sprite_index != spr_honeydew_bear_animation_hand_deux_shop) | 
| 4 |     { | 
| 5 | sprite_index = spr_honeydew_bear_animation_hand_deux_shop; | 
| 6 | image_speed = 1/3; | 
| 7 | image_index = 0; | 
| 8 | } | 
| 9 | } |