mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Adds Inflation (#19447)
* it's yours my friend as long as you have enough * Sellable AND bombcode is fixed * this * Craftable * Update code/controllers/subsystems/supply.dm * Update code/modules/economy/cargo_point_scanner.dm * Apply suggestion from @Cameron-The-Raven
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
subdata["addictive"] = TRUE
|
||||
subdata["industrial_use"] = R.industrial_use
|
||||
subdata["supply_points"] = R.supply_conversion_value ? R.supply_conversion_value : 0
|
||||
var/value = R.supply_conversion_value * REAGENTS_PER_SHEET * SSsupply.points_per_money
|
||||
var/value = R.supply_conversion_value * REAGENTS_PER_SHEET * SSsupply.money_per_points
|
||||
value = FLOOR(value * 100,1) / 100 // Truncate decimals
|
||||
subdata["market_price"] = value
|
||||
subdata["sintering"] = SSinternal_wiki.assemble_sintering(GLOB.reagent_sheets[R.id])
|
||||
|
||||
Reference in New Issue
Block a user