diff transmission code tested!!!

This commit is contained in:
2021-09-10 17:06:07 -04:00
parent aedd8ca43a
commit 6fbe700107
10 changed files with 1354 additions and 1131 deletions

View File

@@ -90,7 +90,7 @@ LuaDefine(tangible_build, "c") {
// TODO: generate error if there's extra crap in the config table.
World *w = World::fetch_global_pointer(L);
Tangible *tan = w->tangible_make(L, 0, true);
Tangible *tan = w->tangible_make(L, 0, "nowhere", true);
lua_replace(L, database.index());
// Update the class of the new tangible.