fix backface vehicle
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user