mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-09 20:10:37 -04:00
gale boomerang check
This commit is contained in:
@@ -480,6 +480,12 @@ int daObjLife_c::initActionOrderGetDemo() {
|
||||
fopAcM_orderItemEvent(this, 0, 0);
|
||||
eventInfo.onCondition(dEvtCnd_CANGETITEM_e);
|
||||
|
||||
#if TARGET_PC
|
||||
// Special case for Gale Boomerang check
|
||||
if (randomizer_IsActive() && getStageID() == Ook) {
|
||||
m_itemNo = verifyProgressiveItem(randomizer_getItemAtLocation("Forest Temple Gale Boomerang"));
|
||||
}
|
||||
#endif
|
||||
mItemId = fopAcM_createItemForTrBoxDemo(¤t.pos, m_itemNo, -1, fopAcM_GetRoomNo(this), NULL, NULL);
|
||||
JUT_ASSERT(699, mItemId != fpcM_ERROR_PROCESS_ID_e);
|
||||
|
||||
|
||||
@@ -4616,15 +4616,14 @@
|
||||
- Tbox ID: 24
|
||||
Stage: 6
|
||||
|
||||
# TODO
|
||||
- Name: Forest Temple Gale Boomerang
|
||||
Original Item: Gale Boomerang
|
||||
Categories:
|
||||
- Forest Temple
|
||||
- Dungeon
|
||||
- Boss
|
||||
Metadata:
|
||||
- None
|
||||
- Location Name Lookup
|
||||
Metadata: Forest Temple Gale Boomerang
|
||||
|
||||
- Name: Forest Temple Big Key Chest
|
||||
Original Item: Forest Temple Big Key
|
||||
|
||||
Reference in New Issue
Block a user