mirror of
https://github.com/zeldaret/tp
synced 2026-06-07 03:57:56 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -287,7 +287,7 @@ int daPillar_c::checkShake() {
|
||||
f32 player_dist = player->current.pos.abs(current.pos);
|
||||
f32 attack_range = 150.0f;
|
||||
|
||||
if (daPy_py_c::i_checkNowWolf()) {
|
||||
if (daPy_py_c::checkNowWolf()) {
|
||||
attack_range = 220.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user