diff options
-rw-r--r-- | npc/functions/hub.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 6bcda9ccb..eadbb949f 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -286,6 +286,9 @@ function script HUB_PvP { // ^ Dishonorable duel, but was a duel! } + // Report about honor + dispbottom l("%d vs %d: Honor (%d)", .@atk, .@def, .@honor); + // TODO: Start using readparam2() to read if the opponent was worthy // That is, read total attack, defense, HP, evasion and hit chance // And compare with your own readparam2(), then use a % and a table |