mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
Merge branch 'maint'
This commit is contained in:
commit
36b487fd78
4 changed files with 4 additions and 3 deletions
|
@ -20,6 +20,7 @@ ACTOR AlienSpectre1 : SpectralMonster 129
|
||||||
PainSound "alienspectre/pain"
|
PainSound "alienspectre/pain"
|
||||||
DeathSound "alienspectre/death"
|
DeathSound "alienspectre/death"
|
||||||
ActiveSound "alienspectre/active"
|
ActiveSound "alienspectre/active"
|
||||||
|
Obituary "$OB_ALIENSPECTRE"
|
||||||
+NOGRAVITY
|
+NOGRAVITY
|
||||||
+FLOAT
|
+FLOAT
|
||||||
+SHADOW
|
+SHADOW
|
||||||
|
|
|
@ -736,7 +736,7 @@ OB_MACIL = "%o should have never rebelled against Macil.";
|
||||||
OB_REBEL = "%o was gunned down by a Rebel.";
|
OB_REBEL = "%o was gunned down by a Rebel.";
|
||||||
OB_BEGGAR = "%o was beaten to death by the poor.";
|
OB_BEGGAR = "%o was beaten to death by the poor.";
|
||||||
OB_PEASANT = "%o should have never picked a fight with a civilian.";
|
OB_PEASANT = "%o should have never picked a fight with a civilian.";
|
||||||
OB_ALIENSPECTE = "%o was struck down by the Spectre.";
|
OB_ALIENSPECTRE = "%o was struck down by the Spectre.";
|
||||||
OB_ENTITY = "%o felt the wrath of The One God.";
|
OB_ENTITY = "%o felt the wrath of The One God.";
|
||||||
OB_LOREMASTER = "%o couldn't escape from the Lore Master's grasp.";
|
OB_LOREMASTER = "%o couldn't escape from the Lore Master's grasp.";
|
||||||
OB_PROGRAMMER = "%o was deleted by the Programmer.";
|
OB_PROGRAMMER = "%o was deleted by the Programmer.";
|
||||||
|
|
|
@ -779,7 +779,7 @@ OB_MACIL = "%o n'aurait jamais du se rebelle contre Macil.";
|
||||||
OB_REBEL = "%o a ete abbatu par un Rebel.";
|
OB_REBEL = "%o a ete abbatu par un Rebel.";
|
||||||
OB_BEGGAR = "%o a ete battu a mort par un pauvre.";
|
OB_BEGGAR = "%o a ete battu a mort par un pauvre.";
|
||||||
OB_PEASANT = "%o n'aurait jamais du chercher la bagarre a un civil.";
|
OB_PEASANT = "%o n'aurait jamais du chercher la bagarre a un civil.";
|
||||||
OB_ALIENSPECTE = "%o a ete terrasse par le Spectre.";
|
OB_ALIENSPECTRE = "%o a ete terrasse par le Spectre.";
|
||||||
OB_ENTITY = "%o a senti le courroux du dieu unique.";
|
OB_ENTITY = "%o a senti le courroux du dieu unique.";
|
||||||
OB_LOREMASTER = "%o n'a pu echapper a l'emprise du Maitre des Traditions.";
|
OB_LOREMASTER = "%o n'a pu echapper a l'emprise du Maitre des Traditions.";
|
||||||
OB_PROGRAMMER = "%o a ete efface par le Programmer.";
|
OB_PROGRAMMER = "%o a ete efface par le Programmer.";
|
||||||
|
|
|
@ -712,7 +712,7 @@ OB_MACIL = "%o should have never rebelled against Macil.";
|
||||||
OB_REBEL = "%o was gunned down by a Rebel.";
|
OB_REBEL = "%o was gunned down by a Rebel.";
|
||||||
OB_BEGGAR = "%o was beaten to death by the poor.";
|
OB_BEGGAR = "%o was beaten to death by the poor.";
|
||||||
OB_PEASANT = "%o should have never picked a fight with a civilian.";
|
OB_PEASANT = "%o should have never picked a fight with a civilian.";
|
||||||
OB_ALIENSPECTE = "%o was struck down by the Spectre.";
|
OB_ALIENSPECTRE = "%o was struck down by the Spectre.";
|
||||||
OB_ENTITY = "%o felt the wrath of The One God.";
|
OB_ENTITY = "%o felt the wrath of The One God.";
|
||||||
OB_LOREMASTER = "%o couldn't escape from the Lore Master's grasp.";
|
OB_LOREMASTER = "%o couldn't escape from the Lore Master's grasp.";
|
||||||
OB_PROGRAMMER = "%o was deleted by the Programmer.";
|
OB_PROGRAMMER = "%o was deleted by the Programmer.";
|
||||||
|
|
Loading…
Reference in a new issue