mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-04-07 12:55:27 +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.