#W# Disabled Felucca stam loss on push through. May comeback to this later.

This commit is contained in:
WarrentyExpired 2026-08-28 15:03:07 -04:00
parent cf3ee0092c
commit df2b1a8b98

View file

@ -142,7 +142,7 @@ namespace Server
BeneficialRestrictions = 0x0004, // Disallow performing beneficial actions on criminals/murderers BeneficialRestrictions = 0x0004, // Disallow performing beneficial actions on criminals/murderers
HarmfulRestrictions = 0x0008, // Disallow performing harmful actions on innocents HarmfulRestrictions = 0x0008, // Disallow performing harmful actions on innocents
TrammelRules = FreeMovement | BeneficialRestrictions | HarmfulRestrictions, TrammelRules = FreeMovement | BeneficialRestrictions | HarmfulRestrictions,
FeluccaRules = None FeluccaRules = FreeMovement
} }
public interface IPooledEnumerable : IEnumerable { public interface IPooledEnumerable : IEnumerable {