Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

dropships should use the idle state instead of being destroyed #4

@Dahrkael

Description

@Dahrkael

the dropship states are:
USE_CS_STATE_IDLE = 187
USE_CS_STATE_BEGIN = 188
USE_CS_STATE_SPAWN = 189
USE_CS_STATE_END = 190

right now the cycle is: create -> begin -> spawn -> end -> destroy
it should be: create -> idle -> begin -> spawn -> end -> idle

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