Merge pull request #248 from HarkuLi/fix/vard-plastic-surgery #patch

NPC (Vard): Fix "Plastic Surgery" option
This commit is contained in:
Ponk
2024-08-28 19:57:04 +02:00
committed by GitHub

View File

@@ -58,8 +58,8 @@ function action(mode, type, selection) {
} }
} }
if (cm.getChar().getGender() == 1) { if (cm.getChar().getGender() == 1) {
for (var i = 0; i < fface.length; i++) { for (var i = 0; i < fface_v.length; i++) {
pushIfItemExists(facenew, fface[i] + cm.getChar().getFace() pushIfItemExists(facenew, fface_v[i] + cm.getChar().getFace()
% 1000 - (cm.getChar().getFace() % 1000 - (cm.getChar().getFace()
% 100)); % 100));
} }