mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-01 00:13:05 -04:00
Add Can Transform Anywhere check to query042
This commit is contained in:
@@ -1506,7 +1506,12 @@ u16 dMsgFlow_c::query042(mesg_flow_node_branch* i_flowNode_p, fopAc_ac_c* i_spea
|
||||
daMidna_c* midna_p = daPy_py_c::getMidnaActor();
|
||||
|
||||
u8 ret = 0;
|
||||
#if TARGET_PC
|
||||
if (strcmp("F_SP116", dComIfGp_getStartStageName()) == 0 && dComIfGs_isSaveDunSwitch(60) &&
|
||||
!dusk::getSettings().game.canTransformAnywhere) {
|
||||
#else
|
||||
if (strcmp("F_SP116", dComIfGp_getStartStageName()) == 0 && dComIfGs_isSaveDunSwitch(60)) {
|
||||
#endif
|
||||
ret = 4;
|
||||
} else if (midna_p->checkNpcNear()) {
|
||||
ret = 1;
|
||||
|
||||
Reference in New Issue
Block a user