civilian
Computer for assigning new civilian bounties, and sending bounties for collection.
Vars | |
inserted_scan_id | Typecast of an inserted, scanned ID card inside the console, as bounties are held within the ID card. |
---|---|
Procs | |
add_bounties | Here is where cargo bounties are added to the player's bank accounts, then adjusted and scaled into a civilian bounty. |
id_eject | Removes A stored ID card. |
id_insert | Self explanitory, holds the ID card in the console for bounty payout and manipulation. |
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. |
send | This fully rewrites base behavior in order to only check for bounty objects, and no other types of objects like pirate-pads do. |
Var Details
inserted_scan_id
Typecast of an inserted, scanned ID card inside the console, as bounties are held within the ID card.
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.
id_eject
Removes A stored ID card.
id_insert
Self explanitory, holds the ID card in the console for bounty payout and manipulation.
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.
send
This fully rewrites base behavior in order to only check for bounty objects, and no other types of objects like pirate-pads do.