mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 17:04:36 +00:00
Per unit value of materials now scale with material defines (#76366) ## About The Pull Request The value of a coin is computed as follows9d84598731/code/modules/mining/ores_coins.dm (L398)And a coins custom material amounts to9d84598731/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>