Fixed typo in Chaos Tunnels portal
Fixed typo in gnome glider to digsite Fixed a few typos in the random phrases uttered by the Bork minions Added missing Bork minion phrase
This commit is contained in:
@@ -65,7 +65,7 @@ public final class GliderPulse extends Pulse {
|
||||
player.getProperties().setTeleportLocation(glider.getLocation());
|
||||
} else if (count == 5) {
|
||||
if (crash) {
|
||||
player.getPacketDispatch().sendMessage("The glider becomes uncontrolable and crashes down...");
|
||||
player.getPacketDispatch().sendMessage("The glider becomes uncontrollable and crashes down...");
|
||||
PacketRepository.send(CameraViewPacket.class, new CameraContext(player, CameraType.RESET, 0, 0, 0, 0, 0));
|
||||
}
|
||||
player.getInterfaceManager().closeOverlay();
|
||||
|
||||
@@ -49,7 +49,7 @@ public class BorkNPC extends AbstractNPC {
|
||||
/**
|
||||
* The chats the legion can say.
|
||||
*/
|
||||
private static final String[] LEGION_CHATS = new String[] { "For bork!", "Die human!", "Resistance is futile!", "We are the collective!", "From a triangle!!", "Hup! 2... 3... 4!!" };
|
||||
private static final String[] LEGION_CHATS = new String[] { "For Bork!", "Die, human!", "Resistance is futile!", "We are the collective!", "Form a triangle!!", "To the attack!", "Hup! 2... 3... 4!!" };
|
||||
|
||||
/**
|
||||
* The chance items.
|
||||
|
||||
@@ -123,7 +123,7 @@ public final class ChaosTunnelZone extends MapZone implements Plugin<Object> {
|
||||
break;
|
||||
case 28779:// portal
|
||||
if (target.getLocation().equals(new Location(3326, 5469, 0))) {
|
||||
entity.asPlayer().sendMessage("You can't go back throught his portal.");
|
||||
entity.asPlayer().sendMessage("You can't go back through this portal.");
|
||||
return true;
|
||||
}
|
||||
teleport(entity.asPlayer(), target.asScenery());
|
||||
|
||||
Reference in New Issue
Block a user