2020-10-25 19:05:08 +01:00
|
|
|
local name = "car_oerkki_bliss"
|
|
|
|
local definition = ...
|
|
|
|
|
2024-12-19 12:55:40 +01:00
|
|
|
definition.description = vehicle_mash.S("Oerkki Bliss car")
|
2020-10-25 19:05:08 +01:00
|
|
|
definition.inventory_image = "inv_car_black.png"
|
|
|
|
definition.wield_image = "inv_car_black.png"
|
|
|
|
definition.textures = {"oerkki_bliss.png"}
|
|
|
|
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|