added reactor

updated init.lua to have it included ingame, still buggy, might crash
your game
This commit is contained in:
Jordan Snelling
2012-11-06 18:00:31 +00:00
parent 4e8b979d1e
commit c9aa9ea610
2 changed files with 146 additions and 0 deletions

View File

@ -52,6 +52,7 @@ dofile(modpath.."/tree_tap.lua")
dofile(modpath.."/flashlight.lua")
dofile(modpath.."/cans.lua")
dofile(modpath.."/chainsaw.lua")
dofile(modpath.."/nuclear_reactor.lua")
if enable_item_drop then dofile(modpath.."/item_drop.lua") end
if enable_item_pickup then dofile(modpath.."/item_pickup.lua") end