mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-29 00:07:58 +03:00
Remove magic number
This commit is contained in:
parent
943c552627
commit
587ce7d551
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace TEN::Entities::Creatures::TR3
|
|||
{
|
||||
constexpr auto RAPTOR_ATTACK_DAMAGE = 100;
|
||||
|
||||
constexpr auto RAPTOR_BITE_ATTACK_RANGE = SQUARE(585);
|
||||
constexpr auto RAPTOR_BITE_ATTACK_RANGE = SQUARE(BLOCK(0.6f));
|
||||
constexpr auto RAPTOR_JUMP_ATTACK_RANGE = SQUARE(BLOCK(1.5f));
|
||||
constexpr auto RAPTOR_RUN_ATTACK_RANGE = SQUARE(BLOCK(1.5f));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue