mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
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.