make the distance microwaves and flourescent lights damage things a constant.
This commit is contained in:
@ -319,6 +319,7 @@ namespace EduNetworkBuilder
|
||||
public static int DefaultMachinePasswordLen = 20;
|
||||
public static int DefaultSaltLen = 50;
|
||||
public static int NormalRotation = 5;
|
||||
public static int PacketDamageDistance = 25;
|
||||
|
||||
public static string AllowedPasswordCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!~@#$%^&*()_+{}[]/?<>,.";
|
||||
public static string AllowedUsernameCharacters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890._";
|
||||
|
Reference in New Issue
Block a user