From dbfdabc8be3085071d35df829b44d8b3ef8e7f04 Mon Sep 17 00:00:00 2001 From: Celtos Date: Wed, 3 Jul 2024 14:35:57 -0300 Subject: [PATCH] enhancement: don't drop items in arena map. pt2 --- Intersect (Core)/Config/MapOptions.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Intersect (Core)/Config/MapOptions.cs b/Intersect (Core)/Config/MapOptions.cs index a350d0c961..182618ceab 100644 --- a/Intersect (Core)/Config/MapOptions.cs +++ b/Intersect (Core)/Config/MapOptions.cs @@ -20,6 +20,11 @@ public partial class MapOptions /// public bool DisablePlayerDropsInArenaMaps { get; set; } = false; + /// + /// option to drop items on safe type maps + /// + public bool DisablePlayerDropsInSafeMaps { get; set; } = false; + /// /// Controls whether two block attributes placed diagonally block or not. ///