vehicle_mash/hover_blue.lua
blert2112 3a30c016e9 a few updates
-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
2016-08-27 22:58:26 -04:00

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)