#W# Disabled Felucca stam loss on push through. May comeback to this later.
This commit is contained in:
parent
cf3ee0092c
commit
df2b1a8b98
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue