Skip to content

Equality comparisons for ELEMENTS and :CREW are broken #3117

@BobKermanIndustries

Description

@BobKermanIndustries

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions