Add 4k storage drive item

This commit is contained in:
octacian 2017-02-08 22:29:04 -08:00
parent 1b61611ce3
commit b3fe7b432c
3 changed files with 10 additions and 0 deletions

@ -12,3 +12,6 @@ end
-- Load API
dofile(modpath.."/api.lua")
-- Load storage devices
dofile(modpath.."/storage.lua")

7
storage.lua Normal file

@ -0,0 +1,7 @@
-- microexpansion/storage.lua
-- [drive] 4k
microexpansion.register_cell("cell_4k", {
description = "4k Storage Cell",
capacity = 4000,
})

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B