Skip to content

Commit

Permalink
Merge pull request #248 from HarkuLi/fix/vard-plastic-surgery #patch
Browse files Browse the repository at this point in the history
NPC (Vard): Fix "Plastic Surgery" option
  • Loading branch information
P0nk authored Aug 28, 2024
2 parents 8039852 + 0245e7d commit 8f2b8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/npc/2100008.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function action(mode, type, selection) {
}
}
if (cm.getChar().getGender() == 1) {
for (var i = 0; i < fface.length; i++) {
pushIfItemExists(facenew, fface[i] + cm.getChar().getFace()
for (var i = 0; i < fface_v.length; i++) {
pushIfItemExists(facenew, fface_v[i] + cm.getChar().getFace()
% 1000 - (cm.getChar().getFace()
% 100));
}
Expand Down

0 comments on commit 8f2b8dd

Please sign in to comment.