Add extra stamps options (#60)
* add classicshifted stamps * improve custom stamp handling and add realm acorn examples * add split_custom_directory function so we don't have to keep copy pasting filename injection scripts * improve to_number_lax --------- Co-authored-by: cajun <12363371+CajunAvenger@users.noreply.github.com>
This commit is contained in:
@@ -80,7 +80,7 @@ init script:
|
||||
shape := card_stamp_field(field)
|
||||
if shape == "default" then shape := set.default_stamp
|
||||
if shape == "custom" or shape == "flatstamped custom"
|
||||
then custom_stamp(flat:not is_foil_stamped(field:field))
|
||||
then custom_stamp(dimensions:dimensions, flat:not is_foil_stamped(field:field))
|
||||
else "/magic-modules.mse-include/stamps/" + dimensions + " " + shape + ".png"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user