talo sharpshooting check

This commit is contained in:
gymnast86
2026-04-30 03:20:44 -07:00
parent 3b0cc4c712
commit ff44cdfd3c
2 changed files with 10 additions and 4 deletions
+8
View File
@@ -17,6 +17,9 @@
#include "d/d_com_static.h"
#include "d/d_item.h"
#include "d/d_timer.h"
#if TARGET_PC
#include "dusk/randomizer/game/verify_item_functions.h"
#endif
#if DEBUG
#include "d/d_debug_viewer.h"
#include <cstring>
@@ -2393,6 +2396,11 @@ int daNpc_Maro_c::cutArrowTutorial(int arg0) {
switch (evt_ret) {
case 1: {
if (mItemPartnerId == -1) {
#if TARGET_PC
if (randomizer_IsActive()) {
evt_id = verifyProgressiveItem(randomizer_getItemAtLocation("Talo Sharpshooting"));
}
#endif
mItemPartnerId = fopAcM_createItemForPresentDemo(&current.pos, evt_id, 0, -1, -1, NULL, NULL);
}