Add option to skip skill confirmation.

Add confirmation prompt for UV.
This commit is contained in:
Mari the Deer 2022-04-14 22:14:59 +02:00
commit fd2798f619
7 changed files with 33 additions and 6 deletions

View file

@ -122,6 +122,7 @@ nosave noarchive int swwm_profstart = 0; // starts profiling as soon as handler
server bool swwm_nodeathexit = false; // completely sidesteps the inventory resetting of death exits, if you hate those
server bool swwm_extendedpickup = false; // items will have an additional "virtual hitbox" that's the same size as vanilla
nosave bool swwm_voicelog = false; // adds player voicelines to the message log
nosave bool swwm_skipskill = false; // skips skill confirmations
// minimap settings
nosave bool swwm_mm_enable = true; // show a minimap below the score counter