Correct IdentityBlocker to include specific outer clothing (#33085)
* Make IdentityBlocker include outerclothing * Modify Correct Bit * Fix mask/eye cobo
This commit is contained in:
@@ -30,7 +30,7 @@ public enum IdentityBlockerCoverage
|
|||||||
public sealed class SeeIdentityAttemptEvent : CancellableEntityEventArgs, IInventoryRelayEvent
|
public sealed class SeeIdentityAttemptEvent : CancellableEntityEventArgs, IInventoryRelayEvent
|
||||||
{
|
{
|
||||||
// i.e. masks, helmets, or glasses.
|
// i.e. masks, helmets, or glasses.
|
||||||
public SlotFlags TargetSlots => SlotFlags.MASK | SlotFlags.HEAD | SlotFlags.EYES;
|
public SlotFlags TargetSlots => SlotFlags.MASK | SlotFlags.HEAD | SlotFlags.EYES | SlotFlags.OUTERCLOTHING;
|
||||||
|
|
||||||
// cumulative coverage from each relayed slot
|
// cumulative coverage from each relayed slot
|
||||||
public IdentityBlockerCoverage TotalCoverage = IdentityBlockerCoverage.NONE;
|
public IdentityBlockerCoverage TotalCoverage = IdentityBlockerCoverage.NONE;
|
||||||
|
|||||||
Reference in New Issue
Block a user