/tg/ Station 13 - Modules - TypesProc Details

civilianbounties

Procs

add_bountiesHere is where cargo bounties are added to the player's bank accounts, then adjusted and scaled into a civilian bounty.
pick_bountyProc that assigned a civilian bounty to an ID card, from the list of potential bounties that that bank account currently has available. Available choices are assigned during add_bounties, and one is locked in here.

Proc Details

add_bounties

Here is where cargo bounties are added to the player's bank accounts, then adjusted and scaled into a civilian bounty.

pick_bounty

Proc that assigned a civilian bounty to an ID card, from the list of potential bounties that that bank account currently has available. Available choices are assigned during add_bounties, and one is locked in here.

@param choice The index of the bounty in the list of bounties that the player can choose from.