diff options
Diffstat (limited to 'lua/pets.lua')
| -rw-r--r-- | lua/pets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pets.lua b/lua/pets.lua index a2b3b81..6703a3d 100644 --- a/lua/pets.lua +++ b/lua/pets.lua @@ -9,7 +9,7 @@ M.options = { row = 1, -- the row (height) to display the pet at col = 0, -- the column to display the pet at (set to high numeber to have it stay stil at the right) speed_multiplier = 1, - default_pet = "cat", + default_pet = "dog", default_style = "brown", random = true, death_animation = true, |