v0.4.3: externalized a string in corpse dust
This commit is contained in:
parent
80e1182811
commit
4aeafab5a4
|
@ -29,6 +29,7 @@ import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Mob;
|
|||
import com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Wraith;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.items.Item;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.levels.Level;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.messages.Messages;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.sprites.ItemSpriteSheet;
|
||||
import com.shatteredpixel.shatteredpixeldungeon.utils.GLog;
|
||||
import com.watabou.noosa.audio.Sample;
|
||||
|
@ -66,7 +67,7 @@ public class CorpseDust extends Item {
|
|||
@Override
|
||||
public boolean doPickUp(Hero hero) {
|
||||
if (super.doPickUp(hero)){
|
||||
GLog.n("You feel a shiver run down your spine.");
|
||||
GLog.n( Messages.get("chill") );
|
||||
Buff.affect(hero, DustGhostSpawner.class);
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -464,6 +464,7 @@ items.quest.ceremonialcandle.name=ceremonial candle
|
|||
items.quest.ceremonialcandle.desc=A set of candles, melted down and fused together through use.\n\nAlone they are worthless, but used with other candles in a pattern, they can focus the energy for a summoning ritual.
|
||||
|
||||
items.quest.corpsedust.name=corpse dust
|
||||
items.quest.corpsedust.chill=A chill runs down your spine.
|
||||
items.quest.corpsedust.desc=The ball of corpse dust doesn't differ outwardly from a regular dust ball. But you can feel a malevolent energy lurking within it.\n\nGetting rid of it as soon as possible would be a good idea.
|
||||
|
||||
items.quest.darkgold.name=dark gold ore
|
||||
|
|
Loading…
Reference in New Issue
Block a user