From 717c08ea8fa9f26cf8a314767a9a362b13603450 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 22 Jan 2023 21:01:58 -0800 Subject: [PATCH] Update summon task to download XLB images --- lib/tasks/export_summon.rake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/tasks/export_summon.rake b/lib/tasks/export_summon.rake index 5942ab1..7c81afd 100644 --- a/lib/tasks/export_summon.rake +++ b/lib/tasks/export_summon.rake @@ -36,6 +36,11 @@ namespace :granblue do f.write("#{build_summon_url("#{s.granblue_id}_02", size)} \n") end + + if s.xlb + f.write("#{build_summon_url("#{s.granblue_id}_03", + size)} \n") + end end end