mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 03:29:16 -04:00
remove asheis sketch after showing it to Ralis
This commit is contained in:
@@ -2616,7 +2616,8 @@ int dMsgFlow_c::event035(mesg_flow_node_event* i_flowNode_p, fopAc_ac_c* i_speak
|
||||
if (prm0 == dItemNo_TOMATO_PUREE_e || prm0 == dItemNo_TASTE_e) {
|
||||
dComIfGs_offItemFirstBit(prm0);
|
||||
} else if (prm0 == dItemNo_RAFRELS_MEMO_e || prm0 == dItemNo_ASHS_SCRIBBLING_e) {
|
||||
IF_DUSK(if (!randomizer_IsActive())) // Prevents the line below from running in rando
|
||||
// Only delete the item in rando if it's Ashei's sketch
|
||||
IF_DUSK(if (!randomizer_IsActive() || prm0 == dItemNo_ASHS_SCRIBBLING_e))
|
||||
dComIfGs_setItem(SLOT_19, dItemNo_NONE_e);
|
||||
} else if (prm0 == dItemNo_LETTER_e || prm0 == dItemNo_BILL_e || prm0 == dItemNo_WOOD_STATUE_e || prm0 == dItemNo_IRIAS_PENDANT_e) {
|
||||
#if TARGET_PC
|
||||
|
||||
@@ -302,6 +302,11 @@ randomizer::logic::item_pool::ItemPool getSaveItemPool(randomizer::logic::world:
|
||||
pool.push_back(world->GetItem("Aurus Memo", true));
|
||||
}
|
||||
|
||||
// Showed Ralis Ashei's Sketch
|
||||
if (dComIfGs_isEventBit(0x3B80)) {
|
||||
pool.push_back(world->GetItem("Asheis Sketch", true));
|
||||
}
|
||||
|
||||
// Fused Shadows
|
||||
for (int i = 0; i < numFusedShadows(); ++i) {
|
||||
pool.push_back(world->GetItem("Progressive Fused Shadow", true));
|
||||
|
||||
Reference in New Issue
Block a user