port of https://github.com/tgstation/tgstation/pull/54029/files# Aka this is where we get bounty cubes and remove the public bounty console. Credit to ArcaneMusic.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/datum/export/bounty_box
|
||||
cost = 1
|
||||
k_elasticity = 0 //Bounties are non-elastic funds.
|
||||
unit_name = "completed bounty cube"
|
||||
export_types = list(/obj/item/bounty_cube)
|
||||
|
||||
/datum/export/bounty_box/get_cost(obj/item/bounty_cube/cube, allowed_categories, apply_elastic)
|
||||
return cube.bounty_value
|
||||
Reference in New Issue
Block a user