support for importing parallel pete
This commit is contained in:
parent
22b60f38b3
commit
807daf8d94
@ -201,7 +201,7 @@ do
|
|||||||
local altArt = { front = "normal", back = "normal" }
|
local altArt = { front = "normal", back = "normal" }
|
||||||
|
|
||||||
-- translating front ID
|
-- translating front ID
|
||||||
if altFrontId > 90000 and altFrontId < 90038 then
|
if altFrontId > 90000 and altFrontId < 90047 then
|
||||||
altArt.front = "parallel"
|
altArt.front = "parallel"
|
||||||
elseif altFrontId > 01500 and altFrontId < 01506 then
|
elseif altFrontId > 01500 and altFrontId < 01506 then
|
||||||
altArt.front = "revised"
|
altArt.front = "revised"
|
||||||
@ -210,7 +210,7 @@ do
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- translating back ID
|
-- translating back ID
|
||||||
if altBackId > 90000 and altBackId < 90038 then
|
if altBackId > 90000 and altBackId < 90047 then
|
||||||
altArt.back = "parallel"
|
altArt.back = "parallel"
|
||||||
elseif altBackId > 01500 and altBackId < 01506 then
|
elseif altBackId > 01500 and altBackId < 01506 then
|
||||||
altArt.back = "revised"
|
altArt.back = "revised"
|
||||||
|
Loading…
Reference in New Issue
Block a user