Elements is broken right now, for example, ship:elements = ship:elements returns False, same with ship:elements[0]:parts = ship:elements[0]:parts or core:element = core:element, and searches in lists of elements is impossible with ship:elements:find(ship:elements[0]) returning -1 and for elem in ship:elements{print ship:elements:indexof(elem).} returning -1. I do not know what is causing this. The same problem appears to be with the :crew suffix, ship:crew = ship:crew or ship:crew[0] = ship:crew[0] returning False, but ship:crew:name seems to be fine.
Elements is broken right now, for example,
ship:elements = ship:elementsreturnsFalse, same withship:elements[0]:parts = ship:elements[0]:partsorcore:element = core:element, and searches in lists of elements is impossible withship:elements:find(ship:elements[0])returning-1andfor elem in ship:elements{print ship:elements:indexof(elem).}returning-1. I do not know what is causing this. The same problem appears to be with the:crewsuffix,ship:crew = ship:creworship:crew[0] = ship:crew[0]returningFalse, butship:crew:nameseems to be fine.