diff options
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index dfa178db5..ae6ada8ee 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -112,7 +112,7 @@ function script nard_reputation { .@nr=.@nr+1; // Peter Quest (+1 rep) - if (getq(ShipQuests_Peter) == 3 || getq(ShipQuests_Peter) == 5) + if (getq(ShipQuests_Peter) >= 7) .@nr=.@nr+1; // Tulimshar Quests |