Files
Polaris/code/datums/datacore.dm
MagmaRam 6c39070a15 Fix for records being a complete mess
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.
2015-12-04 22:28:53 -06:00

18 KiB