From 48e15e459b9ede71f1dc811cc3f5bfcd104f5181 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Sun, 21 Mar 2021 03:36:48 +0000 Subject: [PATCH] updating extract all script --- .image-extraction/extract_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.image-extraction/extract_all.py b/.image-extraction/extract_all.py index 322e685..4e3ddb2 100644 --- a/.image-extraction/extract_all.py +++ b/.image-extraction/extract_all.py @@ -4,7 +4,7 @@ import extract_combat import extract_spell import extract_form -SHIKIGAMI_NAME = "ubume" +SHIKIGAMI_NAME = "umibozu" def main(shikigami_name: str):