mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user