mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 03:19:58 +01:00
Life() was wasting a bunch of processing time on "Every hardsuit forever" regardless of if it was equipped or not. Additionally Life() was responsible for double-processing hardsuits, which is extremely improper. Since hardsuits are being moved to SSprocessing instead of SSmobs, which has a different tickrate, I went ahead and tick differentiated them to make sure that nothing will break.