mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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
|
||||
{
|
||||
game Chex
|
||||
obituary "$OP_MPZORCH"
|
||||
obituary "$OB_MPZORCH"
|
||||
inventory.pickupmessage "$GOTMINIZORCHER"
|
||||
Tag "$TAG_MINIZORCHER"
|
||||
states
|
||||
|
@ -31,7 +31,7 @@ actor MiniZorcher : Pistol
|
|||
actor LargeZorcher : Shotgun 2001
|
||||
{
|
||||
game Chex
|
||||
obituary "$OP_MPZORCH"
|
||||
obituary "$OB_MPZORCH"
|
||||
inventory.pickupmessage "$GOTLARGEZORCHER"
|
||||
Tag "$TAG_LARGEZORCHER"
|
||||
}
|
||||
|
|
|
@ -993,7 +993,7 @@ HHUSTR_E5M9 = "L ECHEVAUX DE D'SPARIL";
|
|||
|
||||
TXT_GOTBLUEKEY = "CLE BLEUE";
|
||||
TXT_GOTYELLOWKEY = "CLE JAUNE";
|
||||
TXT_GOTGREENKEY = "CLE ROUGE";
|
||||
TXT_GOTGREENKEY = "CLÉ VERTE";
|
||||
|
||||
// Artifacts
|
||||
|
||||
|
|
Loading…
Reference in a new issue