mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 19:25:43 -04:00
add flag checking for more intuitve location marking
This commit is contained in:
@@ -248,6 +248,11 @@ int daItemShield_c::initActionOrderGetDemo() {
|
||||
daItemBase_c::hide();
|
||||
fopAcM_orderItemEvent(this, 0, 0);
|
||||
eventInfo.onCondition(dEvtCnd_CANGETITEM_e);
|
||||
#if TARGET_PC
|
||||
if (randomizer_IsActive()) {
|
||||
randomizer_setTempFlagForLocation("Ordon Shield");
|
||||
}
|
||||
#endif
|
||||
mItemId =
|
||||
fopAcM_createItemForTrBoxDemo(¤t.pos, m_itemNo, -1, fopAcM_GetRoomNo(this), 0, 0);
|
||||
JUT_ASSERT(682, mItemId != fpcM_ERROR_PROCESS_ID_e)
|
||||
|
||||
Reference in New Issue
Block a user