V0.2.1: added new stench particles to Fetid Rat sprite.
This commit is contained in:
parent
f371f7836e
commit
b7a81ff2aa
|
@ -31,7 +31,7 @@ public class FetidRatSprite extends RatSprite {
|
||||||
|
|
||||||
if (cloud == null) {
|
if (cloud == null) {
|
||||||
cloud = emitter();
|
cloud = emitter();
|
||||||
cloud.pour( Speck.factory( Speck.PARALYSIS ), 0.7f );
|
cloud.pour( Speck.factory( Speck.STENCH ), 0.7f );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user