Skip to content

Commit

Permalink
Added snake message
Browse files Browse the repository at this point in the history
This is a reference to Viper losing her memory of her being a snake in Kung Fu Panda... Is the snake in VSCode pets actually Viper? I can see a FanWiki page already lol
  • Loading branch information
Ladam0203 committed Oct 7, 2022
1 parent 4b2b996 commit 937b0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ export class Clippy extends BasePetType {
}
hello(): string {
// TODO: #188 Add a custom message for clippy
return ` says hello 👋!`;
return `Sss... Oh. Oh my gosh! I'm a snake!`;
}
}

Expand Down

0 comments on commit 937b0fd

Please sign in to comment.