mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
Fixing the pig flying too high in the stable square bug (#9592)
The `.FlyingPig` css class necessary to re-center the pig in its square is no longer applied when the square is greyed out. So I am adding that to the greyed out square. It seems to not have any affect on the other pets.
This commit is contained in:
parent
65e3b599e6
commit
4b610ba3f1
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@
|
|||
}
|
||||
|
||||
if (pet.mountOwned()) {
|
||||
return `GreyedOut Pet Pet-${pet.key}`;
|
||||
return `GreyedOut Pet Pet-${pet.key} ${pet.eggKey}`;
|
||||
}
|
||||
|
||||
if (pet.isHatchable()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue