code/__DEFINES/contractors.dm
CONTRACT_STATUS_INVALID | The contract is invalid for some reason and cannot be taken. It may be made valid later. |
---|---|
CONTRACT_STATUS_INACTIVE | The contract hasn't been started yet. |
CONTRACT_STATUS_ACTIVE | The contract is in progress. |
CONTRACT_STATUS_COMPLETED | The contract has been completed successfully. |
CONTRACT_STATUS_FAILED | The contract failed for some reason. |
EXTRACTION_DIFFICULTY_EASY | Easy difficulty area to extract the kidnapee. Low rewards. |
EXTRACTION_DIFFICULTY_MEDIUM | Medium difficulty area to extract the kidnapee. Moderate rewards. |
EXTRACTION_DIFFICULTY_HARD | Hard difficulty area to extract the kidnapee. High rewards. |
CONTRACT_STRINGS_WANTED | The name of the strings file containing data to use for contract fluff texts. |
Define Details
CONTRACT_STATUS_ACTIVE
The contract is in progress.
CONTRACT_STATUS_COMPLETED
The contract has been completed successfully.
CONTRACT_STATUS_FAILED
The contract failed for some reason.
CONTRACT_STATUS_INACTIVE
The contract hasn't been started yet.
CONTRACT_STATUS_INVALID
The contract is invalid for some reason and cannot be taken. It may be made valid later.
CONTRACT_STRINGS_WANTED
The name of the strings file containing data to use for contract fluff texts.
EXTRACTION_DIFFICULTY_EASY
Easy difficulty area to extract the kidnapee. Low rewards.
EXTRACTION_DIFFICULTY_HARD
Hard difficulty area to extract the kidnapee. High rewards.
EXTRACTION_DIFFICULTY_MEDIUM
Medium difficulty area to extract the kidnapee. Moderate rewards.