diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-03 17:17:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 18:13:09 +0100 |
commit | 29831df3427dae4751984f1ac5912d1f5f4323dc (patch) | |
tree | d0bef074fd3d7e85c3a8da3c810a09535abb7deb /tools/gencyl.js | |
parent | c68937aabeb1b225d552b57d507b477d8f3ae8dd (diff) | |
download | plantagenet-29831df3427dae4751984f1ac5912d1f5f4323dc.tar.gz |
Missing somerset.
Diffstat (limited to 'tools/gencyl.js')
-rw-r--r-- | tools/gencyl.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/gencyl.js b/tools/gencyl.js index 4dc9eaf..be6c751 100644 --- a/tools/gencyl.js +++ b/tools/gencyl.js @@ -44,12 +44,12 @@ print_lord("images/lord_york_edward_iv.svg", "york", "HIRES/sticker/label_10.png print_lord("images/lord_york_pembroke.svg", "york", "HIRES/sticker/label_11.png") print_lord("images/lord_york_devon.svg", "york", "HIRES/sticker/label_12.png") print_lord("images/lord_york_northumberland.svg", "york", "HIRES/sticker/label_13.png") -print_lord("images/lord_york_gloucester_silver.svg", "york", "HIRES/sticker/label_14.png") -print_lord("images/lord_york_gloucester_gold.svg", "york", "HIRES/sticker/label_20.png") +print_lord("images/lord_york_gloucester_1.svg", "york", "HIRES/sticker/label_14.png") +print_lord("images/lord_york_gloucester_2.svg", "york", "HIRES/sticker/label_20.png") print_lord("images/lord_york_norfolk.svg", "york", "HIRES/sticker/label_21.png") print_lord("images/lord_lancaster_henry_vi.svg", "lancaster", "HIRES/sticker/label_5.png") -print_lord("images/lord_lancaster_somerset.svg", "lancaster", "HIRES/sticker/label_6.png") +print_lord("images/lord_lancaster_somerset_1.svg", "lancaster", "HIRES/sticker/label_6.png") print_lord("images/lord_lancaster_exeter.svg", "lancaster", "HIRES/sticker/label_7.png") print_lord("images/lord_lancaster_buckingham.svg", "lancaster", "HIRES/sticker/label_8.png") print_lord("images/lord_lancaster_northumberland.svg", "lancaster", "HIRES/sticker/label_9.png") @@ -59,4 +59,4 @@ print_lord("images/lord_lancaster_clarence.svg", "lancaster", "HIRES/sticker/lab print_lord("images/lord_lancaster_margaret.svg", "lancaster", "HIRES/sticker/label_18.png") print_lord("images/lord_lancaster_oxford.svg", "lancaster", "HIRES/sticker/label_19.png") print_lord("images/lord_lancaster_henry_tudor.svg", "lancaster", "HIRES/sticker/label_22.png") -print_lord("images/lord_lancaster_somerset.svg", "lancaster", "HIRES/sticker/label_26.png") +print_lord("images/lord_lancaster_somerset_2.svg", "lancaster", "HIRES/sticker/label_26.png") |