standardize some check names

This commit is contained in:
TakaRikka
2026-08-10 12:35:08 -07:00
parent 71b2eedc82
commit 0c3bbbaba0
30 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -1744,9 +1744,9 @@ int daNpc_Aru_c::cutSpeakTo(int i_staffID) {
switch (eventId) {
case 1:
if (mItemPartnerId == fpcM_ERROR_PROCESS_ID_e) {
DUSK_ITEM_CHECK("Herding Goats Reward", itemNo, this);
DUSK_ITEM_CHECK("goats_reward", itemNo, this);
mItemPartnerId = fopAcM_createItemForPresentDemo(&current.pos, itemNo,
0, -1, -1, NULL, NULL DUSK_GIVE_TAG("Herding Goats Reward"));
0, -1, -1, NULL, NULL DUSK_GIVE_TAG("goats_reward"));
}
if (fopAcM_IsExecuting(mItemPartnerId)) {