Stamina damage (#9230)
This commit is contained in:
@@ -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!;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user