diff --git a/assets/rat.png b/assets/rat.png index 3335109d4..853d6e286 100644 Binary files a/assets/rat.png and b/assets/rat.png differ diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java index 736a1ca6a..e0356776f 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/effects/Speck.java @@ -283,7 +283,7 @@ public class Speck extends Image { break; case STENCH: - hardlight( 0x002200 ); + hardlight( 0x003300 ); angularSpeed = -30; angle = Random.Float( 360 ); lifespan = Random.Float( 1f, 3f );