979899100101102103104105106107108
} @Override public void perform(final Player player, final RPAction action) { if ("gate".equals(action.get(CREATURE))) { final Gate gate = new Gate(); gate.setPosition(action.getInt(X), action.getInt(Y)); player.getZone().add(gate); return; } try {