Files
Bubberstation/code/datums/materials
Zergspower a5dab771cf [Manual Mirror Fix] Per unit value of materials now scale with material defines (#76366) (#22383)
Per unit value of materials now scale with material defines (#76366)

## About The Pull Request
The value of a coin is computed as follows

9d84598731/code/modules/mining/ores_coins.dm (L398)
And a coins custom material amounts to

9d84598731/code/__DEFINES/construction.dm (L84)

In the future if `SHEET_MATERIAL_AMOUNT`(which directly effects
HALF_SHEET_MATERIAL_AMOUNT) is tweaked this will just reopen #76052 so
let's make the value of these mats depend on material defines to ensure
its fixed permanently

## Changelog
🆑
code: mat per unit values of materials now scale with material defines
/🆑

Co-authored-by: SyncIt21 <110812394+SyncIt21@users.noreply.github.com>
2023-07-11 22:03:33 -07:00
..