mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-06 19:01:06 +03:00
Update SophiaLeigh.cpp
This commit is contained in:
parent
97c4d6cbba
commit
c066b2ce92
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ namespace TEN::Entities::Creatures::TR3
|
|||
constexpr auto SOPHIALEIGH_REACHED_GOAL_RANGE = CLICK(2);
|
||||
constexpr auto SOPHIALEIGH_NORMAL_ATTACK_RANGE = SQUARE(BLOCK(5));
|
||||
constexpr auto SOPHIALEIGH_NORMAL_WALK_RANGE = SQUARE(BLOCK(5));
|
||||
constexpr auto SOPHIALEIGH_KNOCKBACK_RANGE = SQUARE(BLOCK(1));
|
||||
constexpr auto SOPHIALEIGH_KNOCKBACK_RANGE = BLOCK(1.5f);
|
||||
|
||||
constexpr auto SOPHIALEIGH_DAMAGE_SMALL_BOLT = 4;
|
||||
constexpr auto SOPHIALEIGH_DAMAGE_LARGE_BOLT = 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue