fix backface vehicle

This commit is contained in:
cajun
2024-10-04 12:37:45 -05:00
parent 0b04c7c41b
commit 81aed700a0

View File

@@ -286,7 +286,7 @@ init script:
if back_map() if back_map()
then card_mapbox(card.card_color_2) then card_mapbox(card.card_color_2)
else if back_vehicle() else if back_vehicle()
then template_prefix["pt2"] + "vpt.png" then template_prefix["pt"] + "vpt.png"
else if back_clear() else if back_clear()
then template_prefix["pt2"] + "cpt.png" then template_prefix["pt2"] + "cpt.png"
else module_ptbox2(card.card_color_2) else module_ptbox2(card.card_color_2)