diff options
Diffstat (limited to 'npc/001-8')
-rw-r--r-- | npc/001-8/hub.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index bacee697b..98737f173 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -55,7 +55,7 @@ // Only one player standing! CONGRATULATIONS, YOU HAVE WON!! OnGameOver: - .@u=getmapusers("001-8"); + .@u=getmapusers("001-8")-1; debugmes "OnGameOver Check: "+str(.@u); if (.@u == 1) { $@EQ_STATUS=2; @@ -314,7 +314,7 @@ OnTimer900000: OnVictory: @qhub_victor=1; debugmes "We have a victor"; - dispbottom l("Winner is you"); + dispbottom col(l("CONGRATULATIONS! You have won!!"),2); OnPCDieEvent: @qhub_died=1; OnPCLogoutEvent: |