diff options
Diffstat (limited to 'npc/003-2/politics.txt')
-rw-r--r-- | npc/003-2/politics.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-2/politics.txt b/npc/003-2/politics.txt index 9603aef46..cb2b804a2 100644 --- a/npc/003-2/politics.txt +++ b/npc/003-2/politics.txt @@ -17,6 +17,7 @@ do next; select l("Information"), + rif(strcharinfo(0) == $TULIM_MAYOR$, l("Manage Town")), rif(#POL_APPLYWEEK != gettimeparam(GETTIME_WEEKDAY), l("Apply for the office!")), l("View Candidate List and cast a vote"), l("[Quit]"); @@ -26,6 +27,9 @@ do POL_Information(); break; case 2: + POL_Manage("TULIM"); + break; + case 3: // array_push might be too sensible for getd/setd if (Zeny < .applytax) break; @@ -37,7 +41,7 @@ do mesc l("Application successful!"), 3; next; break; - case 3: + case 4: POL_Candidate("TULIM"); break; default: |