mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -411,7 +411,7 @@ int daObjYobikusa_c::execute() {
|
||||
setAction(MODE_PICK_LEAF);
|
||||
}
|
||||
|
||||
attention_info.distances[fopAc_attn_CARRY_e] = daPy_py_c::i_checkNowWolf() ? 73 : 42;
|
||||
attention_info.distances[fopAc_attn_CARRY_e] = daPy_py_c::checkNowWolf() ? 73 : 42;
|
||||
callExecute();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user