3a30c016e9
-blue hover enabled for testing -removed a couple of unused functions -removed is_boat in favor of terrain_type -some changes propmted by enabling the hover
12 lines
313 B
Lua
Executable File
12 lines
313 B
Lua
Executable File
|
|
local name = "hover_blue"
|
|
|
|
local definition = ...
|
|
|
|
definition.description = "Blue hovercraft"
|
|
definition.inventory_image = "hovercraft_blue_inv.png"
|
|
definition.wield_image = "hovercraft_blue_inv.png"
|
|
definition.textures = {"hovercraft_blue.png"}
|
|
|
|
vehicle_mash.register_vehicle("vehicle_mash:"..name, definition)
|