mirror of
https://github.com/zeldaret/tp
synced 2026-07-02 12:36:25 -04:00
d_a_horse 100% (#2912)
* Fix missing line numbers for debug * Fix horse inlines and HIO * Match daHorse_c::setEffect * Improve a few debug matches * Match daHorse_c::checkHorseNoMove (half fake) * Update configure.py
This commit is contained in:
@@ -13516,7 +13516,7 @@ BOOL daAlink_c::setItemActor() {
|
||||
|
||||
if (checkBombItem(mEquipItem)) {
|
||||
if (checkHorseRide()) {
|
||||
if (!dComIfGp_getHorseActor()->checkNoBombProc() &&
|
||||
if (dComIfGp_getHorseActor()->checkNoBombProc() &&
|
||||
(mProcID != PROC_HORSE_TURN || !checkModeFlg(MODE_DISABLE_ITEMS)))
|
||||
{
|
||||
mEquipItem = fpcNm_ITEM_NONE;
|
||||
|
||||
Reference in New Issue
Block a user