V0.2.1: added new stench particles to Fetid Rat sprite.

This commit is contained in:
Evan Debenham 2014-10-08 17:41:03 -04:00
parent f371f7836e
commit b7a81ff2aa

View File

@ -31,7 +31,7 @@ public class FetidRatSprite extends RatSprite {
if (cloud == null) {
cloud = emitter();
cloud.pour( Speck.factory( Speck.PARALYSIS ), 0.7f );
cloud.pour( Speck.factory( Speck.STENCH ), 0.7f );
}
}