Fixes bounty cubes paying out extremely low speedy delivery bonuses (#58434)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
JosephJomama
2021-04-16 20:45:51 -04:00
committed by GitHub
parent 9a6c0384a0
commit 76bb4aa63e
@@ -5,4 +5,4 @@
export_types = list(/obj/item/bounty_cube)
/datum/export/bounty_box/get_cost(obj/item/bounty_cube/cube, apply_elastic)
return cube.bounty_value + (cube.bounty_value * (cube.speed_bonus / 100))
return cube.bounty_value + (cube.bounty_value * cube.speed_bonus)