mirror of
https://github.com/redned70/Trader-Mod.git
synced 2025-07-25 19:02:20 +00:00
fixed missing Fox_Truck
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
class Fox_LandCruiser3 { quality = 3; price = 25; };
|
||||
class Fox_LandCruiser2 { quality = 3; price = 26; };
|
||||
class Fox_Tahoe_Apocalypse { quality = 3; price = 27; };
|
||||
class Fox_Truck { quality = 3; price = 40000; };
|
||||
class Fox_Pickup_Apocalypse { quality = 3; price = 28; };
|
||||
class Fox_Pickup { quality = 3; price = 29; };
|
||||
class Fox_Pickup_Tow { quality = 3; price = 30; };
|
||||
|
@ -46,6 +46,7 @@
|
||||
"Fox_Pickup6S",
|
||||
"Fox_LandCruiserFox",
|
||||
"Fox_LandCruiser3",
|
||||
"Fox_LandCruiser2"
|
||||
"Fox_LandCruiser2",
|
||||
"Fox_Truck"
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user