diff options
Diffstat (limited to 'lua/pets/pet.lua')
| -rw-r--r-- | lua/pets/pet.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/pets/pet.lua b/lua/pets/pet.lua index 175e51d..a132a1e 100644 --- a/lua/pets/pet.lua +++ b/lua/pets/pet.lua @@ -47,8 +47,7 @@ end -- delete the pet :( function M.Pet:kill() - self.popup:unmount() - self.animation:stop() + self.animation.dying = true end return M |