Add option to toggle friendly fire.
This commit is contained in:
parent
298ac79f78
commit
283ebbda34
6 changed files with 31 additions and 2 deletions
|
|
@ -185,6 +185,10 @@ SWWM_COL_12 = "White";
|
|||
SWWM_COL_13 = "Yellow";
|
||||
SWWM_UTITLE = "Interface Options";
|
||||
SWWM_BONKHAMMER = "Bonk Hammer";
|
||||
SWWM_FRIENDLYFIRE = "Friendly Fire";
|
||||
SWWM_FF_UNRESTRICTED = "Unrestricted";
|
||||
SWWM_FF_INCOMING = "Block Incoming";
|
||||
SWWM_FF_ALL = "Block All";
|
||||
SWWM_MM_ENABLE = "Show Minimap";
|
||||
SWWM_MM_MISSILES = "Projectiles In Minimap";
|
||||
SWWM_MM_COLORSET = "Minimap Color Set";
|
||||
|
|
@ -284,6 +288,7 @@ TOOLTIP_SWWM_HUDALLAMMO = "Shows all ammo types in the HUD, rather than only tho
|
|||
TOOLTIP_SWWM_NOINTROEX = "Skips the explosion sequence over the original titlepic.";
|
||||
TOOLTIP_SWWM_TAGCOLOR = "Changes the color for the glowing tags on various parts of the player's body.";
|
||||
TOOLTIP_SWWM_BONKHAMMER = "The Combat Hammer will make funny sounds when hitting enemies.";
|
||||
TOOLTIP_SWWM_FRIENDLYFIRE = "Controls whether friendlies can deal damage to or take damage from the player.";
|
||||
TOOLTIP_SWWMACHIEVEMENTMENU = "View your achievements.";
|
||||
TOOLTIP_SWWM_MM_ENABLE = "Displays a minimap on the top right corner of the screen.";
|
||||
TOOLTIP_SWWM_MM_MISSILES = "Displays projectiles in the minimap. Can be toggled if this clutters too much.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue