Browse Source

fix(Data) Grammar fix in Thrum description

main
Jonathan McCaffrey 4 years ago
parent
commit
8df7871a18
  1. 2
      Model/Entity/Data/DATA.cs

2
Model/Entity/Data/DATA.cs

@ -2359,7 +2359,7 @@ public class DATA
{ {
Name = "Blood Frenzy", Descriptive = DescriptiveType.Ability, Name = "Blood Frenzy", Descriptive = DescriptiveType.Ability,
Description = Description =
@"Thrums gain more attack speed for a short duration when a near by allied Thrum kills an enemy unit" @"Thrums gain more attack speed for a short duration when a nearby allied Thrum kills an enemy unit."
}) })
.AddPart(new EntityFactionModel { Faction = DataType.FACTION_Aru }) .AddPart(new EntityFactionModel { Faction = DataType.FACTION_Aru })
}, },

Loading…
Cancel
Save