config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

commit 1de07719a407ca9177474ad82cfffc88b56cfff2
parent 03dcab2aace7ff83d21bc1b306fe363409582c64
Author: dwrz <dwrz@dwrz.net>
Date:   Sun, 28 May 2023 02:39:01 +0000

Refactor map-bg script zoom

Diffstat:
Mscripts/map-bg | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/map-bg b/scripts/map-bg @@ -23,7 +23,7 @@ fi # If no zoom was provided, use a number between 8 and 18, inclusive. if [[ -z "$3" ]]; then - zoom="$(shuf -i 8-18 -n 1)" + zoom="$(shuf -i 11-18 -n 1)" fi # Create the map and store it in the maps directory.