diff --git a/src/players.cpp b/src/players.cpp index 1da49754e1..fcac79415e 100644 --- a/src/players.cpp +++ b/src/players.cpp @@ -107,6 +107,7 @@ PlayerFace ConvertFromOldPlayerFace(uint32 face) SetPlayerFaceBits(pf, PFV_MOUSTACHE, ge, max(lips, 1U) - 1); } else { if (!HASBIT(ge, GENDER_FEMALE)) { + lips = lips * 15 / 16; lips -= 3; if (HASBIT(ge, ETHNICITY_BLACK) && lips > 8) lips = 0; } else {