mindamage (details are in comments)

This commit is contained in:
explorer
2024-10-09 07:00:21 +03:00
parent c068afb171
commit 9e8f4ae26e
3 changed files with 112 additions and 14 deletions

View File

@ -25,6 +25,8 @@ Interface_Structure Interface_Penetrate_Teammates;
Interface_Structure Interface_Aim_Intersection;
Interface_Structure Interface_Penetration_Damage;
Interface_Structure Interface_Equipment_Distance;
Interface_Structure Interface_Storm_Rotation_Radius;
@ -64,6 +66,8 @@ void Implement_Extended_Interface()
Create_Console_Interface(Pointer_Name(Interface_Aim_Intersection), (char*)"1", nullptr);
Create_Console_Interface(Pointer_Name(Interface_Penetration_Damage), (char*)"25", nullptr);
Create_Console_Interface(Pointer_Name(Interface_Equipment_Distance), (char*)"2048", nullptr);
Create_Console_Interface(Pointer_Name(Interface_Storm_Rotation_Radius), (char*)"24", nullptr);