2015-05-21 19:56:20 -04:00
|
|
|
local name = "car_oerkki_bliss"
|
2016-08-11 19:47:09 -04:00
|
|
|
local definition = ...
|
2015-05-21 19:56:20 -04:00
|
|
|
|
2023-09-06 15:49:43 -06:00
|
|
|
definition.description = vehicle_mash.S("Oerkki Bliss car")
|
2016-08-11 19:47:09 -04:00
|
|
|
definition.inventory_image = "inv_car_black.png"
|
|
|
|
definition.wield_image = "inv_car_black.png"
|
|
|
|
definition.textures = {"oerkki_bliss.png"}
|
2015-05-21 19:56:20 -04:00
|
|
|
|
2016-08-11 19:47:09 -04:00
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|