config

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

commit 0203be4272452d5b2e8b1454431cefc43706957d
parent 5fb5b0800697d3c2ec0484b84d8ce3cc39c87fa6
Author: dwrz <dwrz@dwrz.net>
Date:   Sun,  2 Jul 2023 17:24:05 +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 11-18 -n 1)" + zoom="$(shuf -i 13-18 -n 1)" fi # Create the map and store it in the maps directory.