Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@@ -441,7 +441,7 @@ public final class Q10294_SevenSignsToTheMonasteryOfSilence extends Quest
return htmltext;
}
public boolean hasCheckedAllRightBooks(QuestState qs)
private boolean hasCheckedAllRightBooks(QuestState qs)
{
return ((qs.getInt("good1") == 1) && (qs.getInt("good2") == 1) && (qs.getInt("good3") == 1) && (qs.getInt("good4") == 1));
}