Skip to content

Commit

Permalink
Replace "%The1 is confused!" with "You have inexplicably cheated death!"
Browse files Browse the repository at this point in the history
> The current message implies that I've done something clever
> to the sandworm in-universe; but in the code, it's apparent
> that this is basically an assertion-failure and the whole game
> is in a bad state *out-of-universe.*

Fixes #95.
  • Loading branch information
Quuxplusone committed May 8, 2020
1 parent cef94da commit aa13cb1
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions attack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1146,8 +1146,7 @@ EX void killThePlayer(eMonster m, int id, flagtype flags) {
items[itOrbSafety] = 0;
}
else {
// printf("confused!\n");
addMessage(XLAT("%The1 is confused!", m));
addMessage(XLAT("You have inexplicably cheated death!"));
}
}

Expand Down
1 change: 0 additions & 1 deletion language-cz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ S("Stab them by walking around them.", "Probodni ho tím, že ho obejdeš.")
S("You feel more experienced in demon fighting!", "Cítíš se zkušenější v boji proti pekelným démonům!")
S("Cthulhu withdraws his tentacle!", "Cthulhu stahuje své chapadlo!")
S("The sandworm explodes in a cloud of Spice!", "Písečný červ vybuchl v oblaku Koření!")
S("%The1 is confused!", "%1 je zmaten%ý1.")
S("%The1 raises some undead!", "%1 probudil nemrtvé!")
S("%The1 throws fire at you!", "%1 po tobě vystřelil oheň!")
S("%The1 shows you two fingers.", "%1 ti ukáza%l1 dva prsty.")
Expand Down
1 change: 0 additions & 1 deletion language-de.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ S("Stab them by walking around them.", "Erstich sie, indem du um sie herumgehst.
S("You feel more experienced in demon fighting!", "Du fühlst dich erfahrener im Kampf gegen Dämonen!")
S("Cthulhu withdraws his tentacle!", "Cthulhu zieht seinen Tentakel zurück!")
S("The sandworm explodes in a cloud of Spice!", "Der Sandwurm explodiert in einer Wolke aus Spice")
S("%The1 is confused!", "%Der1 %1 ist verwirrt.")
S("%The1 raises some undead!", "%Der1 %1 beschwört die Toten!")
S("%The1 throws fire at you!", "%Der1 %1 wirft Feuer nach dir!")
S("%The1 shows you two fingers.", "%Der1 %1 zeigt dir zwei Finger.")
Expand Down
1 change: 0 additions & 1 deletion language-pl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ S("Stab them by walking around them.", "Przejdź wokół, by dźgnąć.")
S("You feel more experienced in demon fighting!", "Jesteś bardziej doświadczony w walce z demonami!")
S("Cthulhu withdraws his tentacle!", "Cthulhu chowa swoją mackę!")
S("The sandworm explodes in a cloud of Spice!", "Czerw eksplodował! Chmura Przyprawy!")
S("%The1 is confused!", "%1 jest zmieszan%ya1.")
S("%The1 raises some undead!", "%1 ożywia nieumarłych!")
S("%The1 throws fire at you!", "%1 rzuca w Ciebie ogniem!")
S("%The1 shows you two fingers.", "%1 pokaza%ł1 Ci dwa palce.")
Expand Down
1 change: 0 additions & 1 deletion language-ptbr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ S("Stab them by walking around them.", "Apunhale-os andando em volta deles.")
S("You feel more experienced in demon fighting!", "Você se sente mais experiente matando demônios!")
S("Cthulhu withdraws his tentacle!", "Cthulhu retira seu tentáculo!")
S("The sandworm explodes in a cloud of Spice!", "A minhoca de areia explode numa nuvem de Especiarias!")
S("%The1 is confused!", "%na1 está confuso!")
S("%The1 raises some undead!", "%na1 levanta os mortos!")
S("%The1 throws fire at you!", "%na1 joga fogo em você!")
S("%The1 shows you two fingers.", "%na1 lhe mostra dois dedos.")
Expand Down
1 change: 0 additions & 1 deletion language-ru.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ S("Stab them by walking around them.", "Нападите на него сбок
S("You feel more experienced in demon fighting!", "Теперь Вы более опытны в борьбе с демонами!")
S("Cthulhu withdraws his tentacle!", "Ктулху забирает свой щупальце!")
S("The sandworm explodes in a cloud of Spice!", "Червь взорвался и стал облаком пряностей")
S("%The1 is confused!", "%1 в замешательстве")
S("%The1 raises some undead!", "%1 восстал из мёртвых!")
S("%The1 throws fire at you!", "%1 бросил в Вас огнём!")
S("%The1 shows you two fingers.", "%1 показал%E1 Вам два пальца.")
Expand Down
1 change: 0 additions & 1 deletion language-tr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ S("Stab them by walking around them.", "Etrafında yürüyerek bıçaklayın.")
S("You feel more experienced in demon fighting!", "Şeytanlarla savaşmada daha deneyimli hissediyorsun!")
S("Cthulhu withdraws his tentacle!", "Cthulhu dokungacını çekti!")
S("The sandworm explodes in a cloud of Spice!", "Kumkurdu patladı ve etrafa baharat saçtı!")
S("%The1 is confused!", "%1 sersemledi.")
S("%The1 raises some undead!", "%1 ölü çağırdı!")
S("%The1 throws fire at you!", "%1 sana ateş attı!")
S("%The1 shows you two fingers.", "%1 sana iki parmağını gösterdi.")
Expand Down

0 comments on commit aa13cb1

Please sign in to comment.