mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Fixed incorrect death message translations
This commit is contained in:
parent
a585435aa0
commit
465ee9ef64
2 changed files with 2 additions and 1 deletions
|
@ -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()));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue