v0.3.4: fixed some text issues
This commit is contained in:
parent
de99b6110f
commit
82da647534
|
@ -181,7 +181,7 @@ public class Thief extends Mob {
|
|||
protected void nowhereToRun() {
|
||||
if (buff( Terror.class ) == null && buff( Corruption.class ) == null) {
|
||||
if (enemySeen) {
|
||||
sprite.showStatus(CharSprite.NEGATIVE, Messages.get(this, "rage"));
|
||||
sprite.showStatus(CharSprite.NEGATIVE, Messages.get(Mob.class, "rage"));
|
||||
state = HUNTING;
|
||||
} else {
|
||||
|
||||
|
|
|
@ -494,12 +494,12 @@ actors.mobs.yog.name=Yog-Dzewa
|
|||
actors.mobs.yog.notice=Hope is an illusion...
|
||||
actors.mobs.yog.defeated=...
|
||||
actors.mobs.yog.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
actors.mobs.yog.rottingfist.name=rotting fist
|
||||
actors.mobs.yog.rottingfist.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
actors.mobs.yog.burningfist.name=burning fist
|
||||
actors.mobs.yog.burningfist.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
actors.mobs.yog.larva.name=god's larva
|
||||
actors.mobs.yog.larva.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
actors.mobs.yog$rottingfist.name=rotting fist
|
||||
actors.mobs.yog$rottingfist.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
actors.mobs.yog$burningfist.name=burning fist
|
||||
actors.mobs.yog$burningfist.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
actors.mobs.yog$larva.name=god's larva
|
||||
actors.mobs.yog$larva.desc=Yog-Dzewa is an Old God, a powerful entity from the realms of chaos. A century ago, the ancient dwarves barely won the war against its army of demons, but were unable to kill the god itself. Instead, they then imprisoned it in the halls below their city, believing it to be too weak to rise ever again.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ scenes.startscene.really=Do you really want to start new game?
|
|||
scenes.startscene.warning=Your current game progress will be erased.
|
||||
scenes.startscene.yes=Yes, start new game
|
||||
scenes.startscene.no=No, return to main menu
|
||||
scenes.startscene.unlock=To unlock the huntress, slay the 3rd boss with any other class
|
||||
scenes.startscene.unlock=To unlock the Huntress,\nslay the boss on floor 15.
|
||||
scenes.startscene.need_to_win=To unlock Challenges, win the game with any character class.
|
||||
scenes.surfacesscene.exit=Game Over
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user