Stamina damage (#9230)

This commit is contained in:
metalgearsloth
2022-07-06 18:06:12 +10:00
committed by GitHub
parent 305cdc02cb
commit 40eecdd78a
129 changed files with 703 additions and 778 deletions

View File

@@ -14,7 +14,7 @@ namespace Content.Shared.StatusEffect
/// <summary>
/// A list of status effect IDs to be allowed
/// </summary>
[DataField("allowed", required: true)]
[DataField("allowed", required: true), Access(typeof(StatusEffectsSystem), Other = AccessPermissions.ReadExecute)]
public List<string> AllowedEffects = default!;
}