mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 22:11:43 +00:00
- Fixed some typos with chex quest obituaries and French translation error.
This commit is contained in:
parent
fa5dfe79ae
commit
bfbea40415
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ actor SuperBootspork : Chainsaw 2005
|
||||||
actor MiniZorcher : Pistol
|
actor MiniZorcher : Pistol
|
||||||
{
|
{
|
||||||
game Chex
|
game Chex
|
||||||
obituary "$OP_MPZORCH"
|
obituary "$OB_MPZORCH"
|
||||||
inventory.pickupmessage "$GOTMINIZORCHER"
|
inventory.pickupmessage "$GOTMINIZORCHER"
|
||||||
Tag "$TAG_MINIZORCHER"
|
Tag "$TAG_MINIZORCHER"
|
||||||
states
|
states
|
||||||
|
@ -31,7 +31,7 @@ actor MiniZorcher : Pistol
|
||||||
actor LargeZorcher : Shotgun 2001
|
actor LargeZorcher : Shotgun 2001
|
||||||
{
|
{
|
||||||
game Chex
|
game Chex
|
||||||
obituary "$OP_MPZORCH"
|
obituary "$OB_MPZORCH"
|
||||||
inventory.pickupmessage "$GOTLARGEZORCHER"
|
inventory.pickupmessage "$GOTLARGEZORCHER"
|
||||||
Tag "$TAG_LARGEZORCHER"
|
Tag "$TAG_LARGEZORCHER"
|
||||||
}
|
}
|
||||||
|
|
|
@ -993,7 +993,7 @@ HHUSTR_E5M9 = "L ECHEVAUX DE D'SPARIL";
|
||||||
|
|
||||||
TXT_GOTBLUEKEY = "CLE BLEUE";
|
TXT_GOTBLUEKEY = "CLE BLEUE";
|
||||||
TXT_GOTYELLOWKEY = "CLE JAUNE";
|
TXT_GOTYELLOWKEY = "CLE JAUNE";
|
||||||
TXT_GOTGREENKEY = "CLE ROUGE";
|
TXT_GOTGREENKEY = "CLÉ VERTE";
|
||||||
|
|
||||||
// Artifacts
|
// Artifacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue