2015-05-21 19:56:20 -04:00
|
|
|
|
|
|
|
local name = "car_hot_rod"
|
2016-08-11 03:44:49 -04:00
|
|
|
local definition = vehicle_mash_table_copy(vehicle_mash.car01_definition)
|
2015-05-21 19:56:20 -04:00
|
|
|
|
2016-08-11 03:44:49 -04:00
|
|
|
definition.description = "Hot Rod car"
|
|
|
|
definition.inventory_image = "inv_car_red.png"
|
|
|
|
definition.wield_image = "inv_car_red.png"
|
|
|
|
definition.textures = {"hot_rod.png"}
|
2015-05-21 19:56:20 -04:00
|
|
|
|
|
|
|
vehicle_mash:register_vehicle("vehicle_mash:"..name, definition)
|