Make some messages first-person for the local player.
This commit is contained in:
parent
601812cbb6
commit
e4bcb33a10
11 changed files with 62 additions and 26 deletions
|
|
@ -894,13 +894,19 @@ SWWM_PARRY = "Parry";
|
|||
SWWM_PPARRY = "Perfect Parry";
|
||||
SWWM_TRESPAWN = "\cu[\cf%ds\c- to respawn\cu]\c-";
|
||||
// score messages
|
||||
SWWM_FINDSECRET = "\cf%s\cf found a secret. +%d\c-";
|
||||
SWWM_FINDKEY = "\cf%s\cf got the %s\cf. +%d\c-";
|
||||
SWWM_LASTSECRET = "\cf%s\cf found the last secret. +%d\c-";
|
||||
SWWM_LASTITEM = "\cf%s\cf got the last item. +%d\c-";
|
||||
SWWM_LASTMONSTER = "\cf%s\cf killed the last monster. +%d\c-";
|
||||
SWWM_FINDSECRET = "\cfYou found a secret, +%d\c-";
|
||||
SWWM_FINDSECRETREM = "\cf%s\cf found a secret. +%d\c-";
|
||||
SWWM_FINDKEY = "\cfYou got the %s\cf. +%d\c-";
|
||||
SWWM_FINDKEYREM = "\cf%s\cf got the %s\cf. +%d\c-";
|
||||
SWWM_LASTSECRET = "\cfYou found the last secret. +%d\c-";
|
||||
SWWM_LASTSECRETREM = "\cf%s\cf found the last secret. +%d\c-";
|
||||
SWWM_LASTITEM = "\cfYou got the last item. +%d\c-";
|
||||
SWWM_LASTITEMREM = "\cf%s\cf got the last item. +%d\c-";
|
||||
SWWM_LASTMONSTER = "\cfYou killed the last monster. +%d\c-";
|
||||
SWWM_LASTMONSTERREM = "\cf%s\cf killed the last monster. +%d\c-";
|
||||
SWWM_NEWLORE = "New entries have been added to the Library.";
|
||||
SWWM_SELLEXTRA = "\cf%s\cf sold an extra %s\cf. +%d\c-";
|
||||
SWWM_SELLEXTRA = "\cfYou sold an extra %s\cf. +%d\c-";
|
||||
SWWM_SELLEXTRAREM = "\cf%s\cf sold an extra %s\cf. +%d\c-";
|
||||
SWWM_ALLCLEAR = "\cxLevel all clear! \cf+%d\c-";
|
||||
SWWM_NOTCLEAR = "\cxLevel not clear?\c-";
|
||||
SWWM_ALLCLEARAGAIN = "\cxLevel all clear... again!? \cf+%d\c-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue