mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-04 13:45:25 +01:00
6df71c9fb4
## About The Pull Request A new pull request that DOESN'T make Lemon and Ghil kill me. _[I had made a previous PR about the same original commits that was going to make Volume Pumps leave a lot more gas in pipenets then people would want.]_ Removed Hardcoded values from Volume_Pump.dm and moved them to __DEFINES Updated documentation on Volume pumps because it was copied from Pressure Pump. Volume pumps attempt to move a certain volume and ignore pressure limits until exceeding them. This can lead to pressures well above the limit, so there is no ‘perfecting’ of pressures, as previously detailed by documentation. Edited to be more specific. ## Why It's Good For The Game Less Hardcoded values. Documentation more readily reflects the realities of the game. ## Changelog 🆑 code: replaced hardcoded values in volume_pump.dm with __DEFINES vars doc: Volume Pump's basic introduction was copied and pasted from the Pressure Pump documentation, and made mention of trying to 'perfect the pressure'. Volume pump doesn't care about pressure until it exceeds it, so there is no 'perfecting' going on. /🆑 --------- Co-authored-by: Riley Redd <riley@pcs-ms.com>