change id range for parallel investigators

This commit is contained in:
Chr1Z93 2023-06-12 22:39:43 +02:00
parent 3ad0713045
commit e449ad6c28

View File

@ -199,7 +199,7 @@ do
local altArt = { front = "normal", back = "normal" }
-- translating front ID
if altFrontId > 90000 and altFrontId < 90006 then
if altFrontId > 90000 and altFrontId < 90038 then
altArt.front = "parallel"
elseif altFrontId > 01500 and altFrontId < 01506 then
altArt.front = "revised"
@ -208,7 +208,7 @@ do
end
-- translating back ID
if altBackId > 90000 and altBackId < 90006 then
if altBackId > 90000 and altBackId < 90038 then
altArt.back = "parallel"
elseif altBackId > 01500 and altBackId < 01506 then
altArt.back = "revised"