fix(Data) Grammar fix in Thrum description

This commit is contained in:
2022-05-06 10:32:52 -04:00
parent 90b149946c
commit 8df7871a18
+1 -1
View File
@@ -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 })
}, },