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:
Kip Raske 2017-12-05 14:06:35 -06:00 committed by Sabe Jones
parent 65e3b599e6
commit 4b610ba3f1

View file

@ -867,7 +867,7 @@
}
if (pet.mountOwned()) {
return `GreyedOut Pet Pet-${pet.key}`;
return `GreyedOut Pet Pet-${pet.key} ${pet.eggKey}`;
}
if (pet.isHatchable()) {