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 = "Demolitionist Menu";
|
|||
SWWM_MINIMAPIN = "Minimap Zoom In";
|
||||
SWWM_MINIMAPOUT = "Minimap Zoom Out";
|
||||
// skills
|
||||
SWWM_SKCHILL = "\cdJust Chillin'\c-";
|
||||
SWWM_SKEASY = "\ckTaking It Easy~\c-";
|
||||
SWWM_SKNORMAL = "\ciAdequate Adventure\c-";
|
||||
SWWM_SKHARD = "\cgI'm A Masochist\c-";
|
||||
SWWM_SKCHILL = "\cvJust Chillin'\c-";
|
||||
SWWM_SKEASY = "\cdTaking It Easy~\c-";
|
||||
SWWM_SKNORMAL = "\cfAdequate Adventure\c-";
|
||||
SWWM_SKHARD = "\ciModerate Challenge\c-";
|
||||
SWWM_SKHARDCORE = "\cgI'm A Masochist\c-";
|
||||
SWWM_SKHARDCORECONFIRM = "You think the mod's too easy?\nPrepare yourself.";
|
||||
SWWM_SKLUNATIC = "\crI WANT DIE\c-";
|
||||
SWWM_SKLUNATICCONFIRM = "You will die, you will suffer.\nThat, I can guarantee.";
|
||||
// mod menu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue