From 8df106c0fb7a325c501e70f53b89950856491779 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 9 Sep 2019 17:21:59 -0300 Subject: Town Admin basic infrastructure: Invest in exports. Raise reputation. Control taxes. Resign the Office. --- npc/017-10/politics.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/017-10') diff --git a/npc/017-10/politics.txt b/npc/017-10/politics.txt index 744b03a86..5a04eae89 100644 --- a/npc/017-10/politics.txt +++ b/npc/017-10/politics.txt @@ -17,6 +17,7 @@ do next; select l("Information"), + rif(strcharinfo(0) == $LOF_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("LOF"); + 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("LOF"); break; default: -- cgit v1.2.3-60-g2f50