Fixed incorrect death message translations

This commit is contained in:
Sollace 2023-08-09 22:06:18 +01:00
parent a585435aa0
commit 465ee9ef64
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ abstract class MixinDamageSource {
Pony.of(entity).filter(e -> e.getSpecies().canFly()).ifPresent(pony -> {
if (pony.getPhysics().isFlying()) {
info.setReturnValue(Text.translatable("death.attack.generic.whilst_flying", info.getReturnValue()));
info.setReturnValue(Text.translatable("death.attack.unicopia.generic.whilst_flying", info.getReturnValue()));
}
});
}

View file

@ -697,6 +697,7 @@
"death.fell.accident.other_climbable.pegasus": "%1$s forgot they could fly and fell while climbing",
"death.fell.accident.generic.pegasus": "%1$s forgot they could fly",
"death.fell.accident.pegasus": "%1$s forgot they could fly",
"death.fell.accident.water": "%1$s got their wings wet",
"unicopia.subtitle.flap_wings": "Wing flaps",
"unicopia.subtitle.dash": "Pony Dashes",