vlggms / lobotomy-corp13

GNU Affero General Public License v3.0
31 stars 160 forks source link

Turns Off Atmos Subsystem[DONE?] #2268

Closed InsightfulParasite closed 2 months ago

InsightfulParasite commented 3 months ago

About The Pull Request

Looked at TGCM to see what they did to disable their atmosphere and i did this. Prevents Carbons from actively converting O2 to CO2 Turns off Air subsystem. In a local test i seemed to suffocate and get effected by gas normally. Screenshot 2024-06-30 004649 Screenshot 2024-06-29 194628

Why It's Good For The Game

Reduces our tick_usage by 600.

Having low tick usage is apparently good since it prevents lag according to this https://www.byond.com/docs/ref/#/world/var/tick_usage

Though to be safe we should test merge it sometime... hopefully it doesnt do anything really weird.

Changelog

:cl: tweak: set Atmos subsystem from SS_BACKGROUND to SS_NO_FIRE tweak: gas_mixtures will no longer runtime in space tweak: life /:cl: