chore: fix up a few lines

This commit is contained in:
Anna 2024-07-29 01:10:24 -04:00
parent de09f9cf28
commit 3aea15b7c4
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -115,7 +115,7 @@ public class Evaluator {
IsMammet = true,
},
new Evaluator {
Id = new("3e833290-bc1f-4318-9461-391dcc66c739"),
Id = new Guid("3e833290-bc1f-4318-9461-391dcc66c739"),
Name = "Ranking Mammet",
ConfigName = "Ranking Mammet (displays rank explicitly)",
BattleTalkImage = 73160,
@ -136,7 +136,7 @@ public class Evaluator {
[Evaluation.Awful] = [
"You ranked #{0}.",
],
}
},
},
new Evaluator {
Id = new Guid("5053c386-192a-416f-b025-223af8d592bf"),
@ -211,7 +211,7 @@ public class Evaluator {
},
},
new Evaluator {
Id = new("3f862fca-cb18-4f48-b067-71b116070fa8"),
Id = new Guid("3f862fca-cb18-4f48-b067-71b116070fa8"),
Name = "Estinien",
BattleTalkImage = 73007,
Default = true,
@ -226,7 +226,7 @@ public class Evaluator {
],
[Evaluation.Fair] = [
"No need to strain yourself.",
"Take care, that fight seemed your equal.",
"Take care. That fight seemed your equal.",
],
[Evaluation.Poor] = [
"Surely that's not your best.",
@ -234,12 +234,12 @@ public class Evaluator {
],
[Evaluation.Awful] = [
"Need I show you how to do battle?",
"A disappointing showing...",
"Hmph. A disappointing showing...",
],
}
},
new Evaluator {
Id = new("37ac5883-c008-4dc2-8c6b-a605a4698c04"),
Id = new Guid("37ac5883-c008-4dc2-8c6b-a605a4698c04"),
Name = "Thancred",
ConfigName = "Thancred (\"This is Thancred\" meme)",
BattleTalkImage = 73013,