Skip to content

Commit

Permalink
slower dinosaurs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jun 11, 2024
1 parent 0fa85cb commit 0195c01
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 @@ -180,7 +180,7 @@ export function createPet(
case PetType.chicken:
return new Chicken(...standardPetArguments, PetSpeed.normal);
case PetType.deno:
return new Deno(...standardPetArguments, PetSpeed.normal);
return new Deno(...standardPetArguments, PetSpeed.slow);
case PetType.dog:
return new Dog(...standardPetArguments, PetSpeed.normal);
case PetType.fox:
Expand Down

0 comments on commit 0195c01

Please sign in to comment.