bounty_cube ![code/game/machinery/civilian_bountys.dm 234](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_bountys.dm 260](git.png)
Bank account of the person who receives the handling tip.
bounty_holder ![code/game/machinery/civilian_bountys.dm 242](git.png)
Who completed the bounty.
bounty_holder_account ![code/game/machinery/civilian_bountys.dm 262](git.png)
Bank account of the person who completed the bounty.
bounty_holder_job ![code/game/machinery/civilian_bountys.dm 258](git.png)
What job the bounty holder had.
bounty_name ![code/game/machinery/civilian_bountys.dm 244](git.png)
What the bounty was for.
bounty_value ![code/game/machinery/civilian_bountys.dm 240](git.png)
Value of the bounty that this bounty cube sells for.
handler_tip ![code/game/machinery/civilian_bountys.dm 250](git.png)
Multiplier for the bounty payout received by the person who claims the handling tip.
holder_cut ![code/game/machinery/civilian_bountys.dm 248](git.png)
Multiplier for the bounty payout received by the person who completed the bounty.
nag_cooldown ![code/game/machinery/civilian_bountys.dm 252](git.png)
Time between nags.
nag_cooldown_multiplier ![code/game/machinery/civilian_bountys.dm 254](git.png)
How much the time between nags extends each nag.
next_nag_time ![code/game/machinery/civilian_bountys.dm 256](git.png)
Next world tick to nag Supply listeners.
radio ![code/game/machinery/civilian_bountys.dm 264](git.png)
Our internal radio.
radio_key ![code/game/machinery/civilian_bountys.dm 266](git.png)
The key our internal radio uses.
speed_bonus ![code/game/machinery/civilian_bountys.dm 246](git.png)
Multiplier for the bounty payout received by the Supply budget if the cube is sent without having to nag.