contractor_hub ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 1](git.png)
Vars | |
assigned_contracts | List of all available syndicate contracts that can be taken. |
---|---|
assigned_targets | List of all people currently used as targets, to not roll doubles. |
contract_TC_payed_out | How much TC has been paid out, for flavor in the UI & round-end logs. |
contract_TC_to_redeem | How much TC we can cash out currently. Used when redeeming TC and for round-end logs. |
contractor_teammate | Reference to a contractor teammate, if one has been purchased. |
contracts_completed | Amount of contracts that have already been completed, for flavor in the UI & round-end logs. |
current_contract | The current contract in progress, and can be null if no contract is in progress. |
Var Details
assigned_contracts ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 5](git.png)
List of all available syndicate contracts that can be taken.
assigned_targets ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 11](git.png)
List of all people currently used as targets, to not roll doubles.
contract_TC_payed_out ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 16](git.png)
How much TC has been paid out, for flavor in the UI & round-end logs.
contract_TC_to_redeem ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 18](git.png)
How much TC we can cash out currently. Used when redeeming TC and for round-end logs.
contractor_teammate ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 8](git.png)
Reference to a contractor teammate, if one has been purchased.
contracts_completed ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 14](git.png)
Amount of contracts that have already been completed, for flavor in the UI & round-end logs.
current_contract ![code/modules/antagonists/traitor/contractor/contractor_hub.dm 3](git.png)
The current contract in progress, and can be null if no contract is in progress.