diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-30 21:21:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-30 21:21:11 -0300 |
commit | b645914b726a9f401a44f3883e9e3ba9e7e35b42 (patch) | |
tree | 2bf8307df08167656cabdb6937d7b1eae20cc297 /npc/functions/politics.txt | |
parent | 67776c8baac25a106550eb750c0cab28f96d8629 (diff) | |
download | serverdata-b645914b726a9f401a44f3883e9e3ba9e7e35b42.tar.gz serverdata-b645914b726a9f401a44f3883e9e3ba9e7e35b42.tar.bz2 serverdata-b645914b726a9f401a44f3883e9e3ba9e7e35b42.tar.xz serverdata-b645914b726a9f401a44f3883e9e3ba9e7e35b42.zip |
Fix typos, and force HurnscaldQuest_Celestia to be reset on death/logout
Diffstat (limited to 'npc/functions/politics.txt')
-rw-r--r-- | npc/functions/politics.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 455cd463a..0a35d2458 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -374,7 +374,7 @@ function script POL_TownInfo { -// Town Managment +// Town Management // POL_Manage( TOWNCODE ) function script POL_Manage { .@town$="$"+getarg(0); @@ -570,7 +570,7 @@ function script POL_Manage { } detachrid(); attachrid(.@you); - kamibroadcast(sprintf("%s has ANNULED THE EXILE %s from %s.", + kamibroadcast(sprintf("%s has ANNULLED THE EXILE %s from %s.", .@MAYOR$, .@ex$, getarg(0))); TOWN_ACTIONS[.@TP]+=6; break; |