bounty_cube ![code/game/machinery/civilian_bounties.dm 283](git.png)
Upon completion of a civilian bounty, one of these is created. It is sold to cargo to give the cargo budget bounty money, and the person who completed it cash.
Vars | |
bounty_handler_account | Bank account of the person who receives the handling tip. |
---|---|
bounty_holder | Who completed the bounty. |
bounty_holder_account | Bank account of the person who completed the bounty. |
bounty_holder_job | What job the bounty holder had. |
bounty_name | What the bounty was for. |
bounty_value | Value of the bounty that this bounty cube sells for. |
handler_tip | Multiplier for the bounty payout received by the person who claims the handling tip. |
holder_cut | Multiplier for the bounty payout received by the person who completed the bounty. |
nag_cooldown | Time between nags. |
nag_cooldown_multiplier | How much the time between nags extends each nag. |
next_nag_time | Next world tick to nag Supply listeners. |
radio | Our internal radio. |
radio_key | The key our internal radio uses. |
speed_bonus | Multiplier for the bounty payout received by the Supply budget if the cube is sent without having to nag. |
Var Details
bounty_handler_account ![code/game/machinery/civilian_bounties.dm 311](git.png)
Bank account of the person who receives the handling tip.
bounty_holder ![code/game/machinery/civilian_bounties.dm 303](git.png)
Who completed the bounty.
bounty_holder_account ![code/game/machinery/civilian_bounties.dm 309](git.png)
Bank account of the person who completed the bounty.
bounty_holder_job ![code/game/machinery/civilian_bounties.dm 305](git.png)
What job the bounty holder had.
bounty_name ![code/game/machinery/civilian_bounties.dm 307](git.png)
What the bounty was for.
bounty_value ![code/game/machinery/civilian_bounties.dm 289](git.png)
Value of the bounty that this bounty cube sells for.
handler_tip ![code/game/machinery/civilian_bounties.dm 295](git.png)
Multiplier for the bounty payout received by the person who claims the handling tip.
holder_cut ![code/game/machinery/civilian_bounties.dm 293](git.png)
Multiplier for the bounty payout received by the person who completed the bounty.
nag_cooldown ![code/game/machinery/civilian_bounties.dm 297](git.png)
Time between nags.
nag_cooldown_multiplier ![code/game/machinery/civilian_bounties.dm 299](git.png)
How much the time between nags extends each nag.
next_nag_time ![code/game/machinery/civilian_bounties.dm 301](git.png)
Next world tick to nag Supply listeners.
radio ![code/game/machinery/civilian_bounties.dm 313](git.png)
Our internal radio.
radio_key ![code/game/machinery/civilian_bounties.dm 315](git.png)
The key our internal radio uses.
speed_bonus ![code/game/machinery/civilian_bounties.dm 291](git.png)
Multiplier for the bounty payout received by the Supply budget if the cube is sent without having to nag.