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" }
|
||||
|
||||
-- translating front ID
|
||||
if altFrontId > 90000 and altFrontId < 90038 then
|
||||
if altFrontId > 90000 and altFrontId < 90047 then
|
||||
altArt.front = "parallel"
|
||||
elseif altFrontId > 01500 and altFrontId < 01506 then
|
||||
altArt.front = "revised"
|
||||
@ -210,7 +210,7 @@ do
|
||||
end
|
||||
|
||||
-- translating back ID
|
||||
if altBackId > 90000 and altBackId < 90038 then
|
||||
if altBackId > 90000 and altBackId < 90047 then
|
||||
altArt.back = "parallel"
|
||||
elseif altBackId > 01500 and altBackId < 01506 then
|
||||
altArt.back = "revised"
|
||||
|
Loading…
Reference in New Issue
Block a user