v1.4.2: added lullaby vfx to stone of deep sleep

This commit is contained in:
Evan Debenham
2022-10-12 13:18:16 -04:00
parent 8512a97d75
commit 4a1940076b
@@ -49,6 +49,7 @@ public class StoneOfDeepSleep extends Runestone {
if (c instanceof Mob){
Buff.affect(c, MagicalSleep.class);
c.sprite.centerEmitter().start( Speck.factory( Speck.NOTE ), 0.3f, 5 );
}