From df2b1a8b988503fea6b06fc581e60529951a98d8 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 15:03:07 -0400 Subject: [PATCH] #W# Disabled Felucca stam loss on push through. May comeback to this later. --- Source/Map.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Map.cs b/Source/Map.cs index 3138de3..8545dec 100644 --- a/Source/Map.cs +++ b/Source/Map.cs @@ -142,7 +142,7 @@ namespace Server BeneficialRestrictions = 0x0004, // Disallow performing beneficial actions on criminals/murderers HarmfulRestrictions = 0x0008, // Disallow performing harmful actions on innocents TrammelRules = FreeMovement | BeneficialRestrictions | HarmfulRestrictions, - FeluccaRules = None + FeluccaRules = FreeMovement } public interface IPooledEnumerable : IEnumerable {