diff --git a/.scripts/FreeDoom.sh b/.scripts/FreeDoom.sh index f0318c3..7d0d10a 100755 --- a/.scripts/FreeDoom.sh +++ b/.scripts/FreeDoom.sh @@ -54,6 +54,9 @@ gameOption="$(dialog --backtitle "Select your Doom!" \ --help-label "Exit" \ --menu "Please select one" 0 0 0 "${doomGames[@]}" --stdout)" buttonCode=$? +if [[ -e "${doomPath}/DoomMetalVol6.wad" ]]; then + gameOption+=" ${doomPath}/DoomMetalVol6.wad" +fi case ${buttonCode} in 1)