mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-04-02 18:32:01 +01:00
Because of the limitations of BYOND's bitwise operators (which affect both the old and new implementations of num2hex()), you cannot use numbers larger than 2^16 with that proc. Manual port of https://github.com/PolarisSS13/Polaris/pull/430.