From ad53a2e4a3b5886f828b75a3e092b1c95e522145 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 19 Mar 2025 15:17:54 -0500 Subject: [PATCH] Make preset arrows and razordisks stack with scenario arrows and razordisks --- src/scenario/item.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scenario/item.cpp b/src/scenario/item.cpp index 88feddca..b44e93c5 100644 --- a/src/scenario/item.cpp +++ b/src/scenario/item.cpp @@ -261,6 +261,7 @@ cItem::cItem(eItemPreset preset) : cItem() { item_level = 12; charges = 12; graphic_num = 57; + type_flag = 6; missile = 3; value = 1; weight = 1; @@ -308,6 +309,7 @@ cItem::cItem(eItemPreset preset) : cItem() { charges = 8; weap_type = eSkill::THROWN_MISSILES; graphic_num = 59; + type_flag = 9; missile = 7; value = 10; weight = 1;