Add one extra skill.
Prevent mp items from spawning on skills 5 and 6. Disable store on skills 5 and 6. Fix Shotgunners dropping Wallbusters in Doom 1. Fix episode/skill menus being compacted when they have more than 5 text items. Tweak message boxes.
This commit is contained in:
parent
eb66d77f41
commit
761042e200
9 changed files with 199 additions and 37 deletions
|
|
@ -17,10 +17,12 @@ SWWM_KBASE = "Menú de Demolicionista";
|
|||
SWWM_MINIMAPIN = "Acercar Zoom de Minimapa";
|
||||
SWWM_MINIMAPOUT = "Alejar Zoom de Minimapa";
|
||||
// skills
|
||||
SWWM_SKCHILL = "\cdDe Relax\c-";
|
||||
SWWM_SKEASY = "\ckCon Calmita~\c-";
|
||||
SWWM_SKNORMAL = "\ciAventura Adecuada\c-";
|
||||
SWWM_SKHARD = "\cgSoy Masoca\c-";
|
||||
SWWM_SKCHILL = "\cvDe Relax\c-";
|
||||
SWWM_SKEASY = "\cdCon Calmita~\c-";
|
||||
SWWM_SKNORMAL = "\cfAventura Adecuada\c-";
|
||||
SWWM_SKHARD = "\ciDesafío Moderado\c-";
|
||||
SWWM_SKHARDCORE = "\cgSoy Masoca\c-";
|
||||
SWWM_SKHARDCORECONFIRM = "¿Crees que el mod es demasiado fácil?\nPues prepárate.";
|
||||
SWWM_SKLUNATIC = "\crINTENTA MUERTE\c-";
|
||||
SWWM_SKLUNATICCONFIRM = "Vas a morir, vas a sufrir.\nEso te lo puedo garantizar.";
|
||||
// mod menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue