mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-06-18 04:35:06 +01:00
da080df765
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.