Skip to content

Commit

Permalink
enhancement: don't drop items in arena map. pt2
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtos authored Jul 3, 2024
1 parent 21eb7ce commit dbfdabc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Intersect (Core)/Config/MapOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ public partial class MapOptions
/// </summary>
public bool DisablePlayerDropsInArenaMaps { get; set; } = false;

/// <summary>
/// option to drop items on safe type maps
/// </summary>
public bool DisablePlayerDropsInSafeMaps { get; set; } = false;

/// <summary>
/// Controls whether two block attributes placed diagonally block or not.
/// </summary>
Expand Down

0 comments on commit dbfdabc

Please sign in to comment.