mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-06-12 17:04:22 +01:00
6c39070a15
Because of the limitations of BYOND's bitwise operators (which affect both the old and new implementations of num2hex()), you can't use numbers larger than 2^16 for this. I cut the number of digits down to 4 and changed the maximum on the RNG to match.