Add fairy ring teleportation sound effect.
This commit is contained in:
@@ -447,6 +447,9 @@ public class TeleportManager {
|
||||
switch (++delay) {
|
||||
case 2:
|
||||
entity.animate(Animation.create(3265));
|
||||
if(entity instanceof Player) {
|
||||
((Player) entity).getAudioManager().send(1098, 1);
|
||||
}
|
||||
break;
|
||||
case 4:
|
||||
Quest quest = null;
|
||||
@@ -834,4 +837,4 @@ public class TeleportManager {
|
||||
public void setTeleportType(int teleportType) {
|
||||
this.teleportType = teleportType;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user