Skip to content

Commit

Permalink
change descriptions to be more general
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Aug 30, 2024
1 parent aca8050 commit ab7973f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions game/static/game/js/cow.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ ocargo.Cow.prototype.queueLeaveAnimation = function(model, node) {
ocargo.animation.appendAnimation({
type: 'callable',
functionCall: this.type == ocargo.Cow.PIGEON ? ocargo.sound.pigeon : ocargo.sound.cow,
description: 'cow sound'
description: 'animal sound'
});
ocargo.animation.appendAnimation({
type: 'cow_leave',
id: this.id,
coordinate: node.coordinate,
description: 'Cow leaving'
description: 'animal leaving'
});
};

Expand Down

0 comments on commit ab7973f

Please sign in to comment.